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

Don't needlessly add default optional flags to commands with no source/scripts #6

Closed
jacobdeichert opened this issue Jul 12, 2019 · 0 comments · Fixed by #21
Closed
Labels
bug Something isn't working

Comments

@jacobdeichert
Copy link
Owner

Commands with children often don't have script logic themselves so they really don't need the default option flags like verbose.

## services

This command has no script but we still add a default
`verbose` flag to it for no reason...

### services start <service_name>

~~~bash
echo "Starting service $service_name"
~~~
@jacobdeichert jacobdeichert added bug Something isn't working good first issue Good for newcomers and removed good first issue Good for newcomers labels Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant