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

Consider extension refactor #149

Open
Brickster opened this issue Aug 26, 2019 · 1 comment
Open

Consider extension refactor #149

Brickster opened this issue Aug 26, 2019 · 1 comment

Comments

@Brickster
Copy link
Owner

Brickster commented Aug 26, 2019

$ git state extensions
# lists extensions

$ git state extensions log [--run]
# runs to extension and is the default

$ git state extensions log --command <command>
# edits the extension

$ git state extensions log --command <command> --run
# edits the extension then runs

$ git state extensions log --config
# prints the config

$ git state extensions log --command <command> --config
# edits the extension then prints the config

$ git state extensions log --delete
# deletes extension

This way they all play well together and the only mutually exclusive options are --run and --config and anything with --delete.

@Brickster
Copy link
Owner Author

Initial implementation added in v0.7.0 but ultimately needs some fine-tuning.

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

1 participant