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

cli: add gen cmd subcommand #177

Merged
merged 1 commit into from
Dec 16, 2019
Merged

cli: add gen cmd subcommand #177

merged 1 commit into from
Dec 16, 2019

Conversation

tony-iqlusion
Copy link
Member

Insipired by rails generate, this adds a template-based boilerplate generator for adding subcommands to an existing application:

$ abscissa gen cmd foo-bar

This generates a new subcommand from a subcommand.rs.hbs template file which includes some examples of how to use the gumdrop proc macro DSL for defining command line argument parsing.

Insipired by `rails generate`, this adds a template-based boilerplate
generator for adding subcommands to an existing application:

    $ abscissa gen cmd foo-bar

This generates a new subcommand from a `subcommand.rs.hbs` template file
which includes some examples of how to use the `gumdrop` proc macro
DSL for defining command line argument parsing.
@tony-iqlusion tony-iqlusion merged commit fb7eab1 into develop Dec 16, 2019
@tony-iqlusion tony-iqlusion mentioned this pull request Dec 16, 2019
@tony-iqlusion tony-iqlusion deleted the cli/gen-cmd branch December 16, 2019 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant