-
Notifications
You must be signed in to change notification settings - Fork 65
Refactor command line interface #348
Copy link
Copy link
Open
Labels
breakingBreaking change (CLI, input & output files)Breaking change (CLI, input & output files)comp-UIRelated to user interface (command line, input files)Related to user interface (command line, input files)maintainabilitySimplifies further code development (standardization, robustness)Simplifies further code development (standardization, robustness)pri-LowKept mostly for referenceKept mostly for referenceusabilityMakes using code more convenientMakes using code more convenient
Metadata
Metadata
Assignees
Labels
breakingBreaking change (CLI, input & output files)Breaking change (CLI, input & output files)comp-UIRelated to user interface (command line, input files)Related to user interface (command line, input files)maintainabilitySimplifies further code development (standardization, robustness)Simplifies further code development (standardization, robustness)pri-LowKept mostly for referenceKept mostly for referenceusabilityMakes using code more convenientMakes using code more convenient
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the solution you'd like
There are two general ideas, which are somewhat independent:
-and long names with--. This will, most probably, lead to deprecation of some of the existing options and, later, to major version update.Additional context
This is related to many issues of new command lines, at least in view of specific names:
#8, #91, #202, #274, #275, #285, #303, #346