Skip to content

Fix short seed flag #65

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix short seed flag #65

wants to merge 2 commits into from

Conversation

hasecilu
Copy link

@hasecilu hasecilu commented Mar 7, 2025

Using -s flag as stated on help documentation doesn't work because of a typo. Since all short flags are lowercase I assume problem is in code and not doc.

shellcheck is happy so I am.


extra: color_offset flag exists, it uses underscore but all other long flags use dash. Should be changed?

hasecilu added 2 commits March 7, 2025 14:43
- Simplify conditions (-v flag does the trick, -q for quiet)
- Escape double parentheses on version example
- Use double parentheses to expand $VER
- Avoid "git tag" prompt
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.

1 participant