-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: loosen character restrictons on flags
Loosens the regex used for flag pattern matching to allow: - Periods - Underscores - Digits ...which enables flags like `--foo.bar`, `--foo123`, and `--foo_bar`. Signed-off-by: Marty Jones <mjones721@bloomberg.net>
- Loading branch information
Marty Jones
committed
Dec 12, 2024
1 parent
7898563
commit 1baa426
Showing
3 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters