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 ability to define subcommands in the same file #24

Open
frankcarey opened this issue Feb 8, 2016 · 2 comments
Open

Add ability to define subcommands in the same file #24

frankcarey opened this issue Feb 8, 2016 · 2 comments

Comments

@frankcarey
Copy link
Contributor

Right now, you have to import another file to have subcommands, but it would be nice to:

  1. Declare subcommands in the parent file itself, making it easier to have full control over the cli app.

  2. Override subcommands from the parent, so you can override a subset of commands in another file without copying the entire file. (also useful if you have a standard set of commands across projects, but you only need to override one of them)

@dkinzer
Copy link
Contributor

dkinzer commented Feb 8, 2016

+1

1 similar comment
@bluengreen
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants