You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of our apps are click -based CLIs. It'd be nice to have an add_cli option in the python template to build out the basics if needed.
Use case
We have made a lot of different CLIs, and they can get a little inconsistent in structure. We should have a common baseline set of features and boilerplate to build off of.
Acceptance Criteria
click dependency
CLI module
(maybe) central command and subcommand based structure
--version option
logging management
Proposed solution
No response
Alternatives considered
No response
Implementation details
No response
Potential Impact
No response
Additional context
No response
Contribution
None
The text was updated successfully, but these errors were encountered:
Feature description
A lot of our apps are
click
-based CLIs. It'd be nice to have anadd_cli
option in the python template to build out the basics if needed.Use case
We have made a lot of different CLIs, and they can get a little inconsistent in structure. We should have a common baseline set of features and boilerplate to build off of.
Acceptance Criteria
--version
optionProposed solution
No response
Alternatives considered
No response
Implementation details
No response
Potential Impact
No response
Additional context
No response
Contribution
None
The text was updated successfully, but these errors were encountered: