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

provide individual executables for each command (maybe) #8

Open
boneskull opened this issue Jul 11, 2019 · 1 comment
Open

provide individual executables for each command (maybe) #8

boneskull opened this issue Jul 11, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed package-cli Involving cli package

Comments

@boneskull
Copy link
Contributor

a la gnostic-rebase, gnostic-inspect, etc., in addition to the complete gnostic CLI.

This is best accomplished by:

  1. breaking up the CLI into multiple "command packages"
  2. stuffing common config into its own package
  3. using gnostic package as the main CLI, which would depend upon all of the other command packages

This would allow a user to install just gnostic-rebase, for example.

@boneskull boneskull added enhancement New feature or request help wanted Extra attention is needed labels Jul 11, 2019
@boneskull
Copy link
Contributor Author

There may be drawbacks here which is why "maybe"

@boneskull boneskull added the package-cli Involving cli package label Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed package-cli Involving cli package
Projects
None yet
Development

No branches or pull requests

1 participant