-
Notifications
You must be signed in to change notification settings - Fork 0
Better CLI #17
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpriority: lowLow priority issuesLow priority issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: lowLow priority issuesLow priority issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently we just use a lot of
... to parse the cli flags but this seems to be a little inefficient and hard to maintain. Something better such as a separate module would be better. And, we need a more robust and flexible command line so that you don't need to edit the
config.pyfile for a temporary change.