Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add add_cli option to Python template #76

Open
5 tasks
jsstevenson opened this issue Dec 30, 2024 · 1 comment · May be fixed by #83
Open
5 tasks

Add add_cli option to Python template #76

jsstevenson opened this issue Dec 30, 2024 · 1 comment · May be fixed by #83
Labels
enhancement New feature or request

Comments

@jsstevenson
Copy link
Member

Feature description

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

@jsstevenson jsstevenson added the enhancement New feature or request label Dec 30, 2024
@jsstevenson
Copy link
Member Author

I made some additional notes here: #57 (closing that in favor of this)

@jsstevenson jsstevenson linked a pull request Jan 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant