feat: rename --from/--to flags to --input/--output #42
Reference in New Issue
Block a user
Delete Branch "feat/from-to"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The
convertandreducecommands used--fromand--toflags to specify input/output representations.These names are ambiguous and don't clearly describe what they control.
This PR renames them to
--input/--outputand adds-i/-oshort aliases for convenience.--fromto--input(-i) inconvertandreducecommands.--toto--output(-o) in theconvertcommand.StringVartoStringVarPto support the new short flags.Benefits
-iand-omake CLI usage more concise.Checklist
<type>/<description>). Always use underscores.