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

Allow specifying default flag values in just one place #22

Open
arikkfir opened this issue Jul 13, 2024 · 0 comments
Open

Allow specifying default flag values in just one place #22

arikkfir opened this issue Jul 13, 2024 · 0 comments
Labels
feature New features and functionality

Comments

@arikkfir
Copy link
Owner

Currently, to specify a default value for a flag, it has to have the same default value in all places it is mentioned. This is not great when the same flag is referenced from multiple places - e.g. in the action as well as in one or more hooks.

Consider:

  • Only taking default values when they are non-zero
  • Default values specified in the action always override those specified in hooks (if any)
@arikkfir arikkfir added the feature New features and functionality label Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features and functionality
Projects
None yet
Development

No branches or pull requests

1 participant