Skip to content

Lift restrictions on command option names#14

Merged
patriksvensson merged 1 commit intospectreconsole:mainfrom
0xced:command-option-names-no-restriction
Dec 13, 2025
Merged

Lift restrictions on command option names#14
patriksvensson merged 1 commit intospectreconsole:mainfrom
0xced:command-option-names-no-restriction

Conversation

@0xced
Copy link
Copy Markdown
Contributor

@0xced 0xced commented Dec 13, 2025

Before:

  • [CommandOption("-f|--foo <F$OO>")] is invalid and throws CommandTemplateException
  • [CommandOption("--f$oo")] is invalid and throws CommandTemplateException

After:

  • [CommandOption("-f|--foo <F$OO>")] is valid
  • [CommandOption("--f$oo")] is valid

As discussed in #8

Before:
* [CommandOption("-f|--foo <F$OO>")] is invalid and throws CommandTemplateException
* [CommandOption("--f$oo")] is invalid and throws CommandTemplateException

After:
* [CommandOption("-f|--foo <F$OO>")] is valid
* [CommandOption("--f$oo")] is valid
@patriksvensson patriksvensson merged commit b8b8132 into spectreconsole:main Dec 13, 2025
2 checks passed
@0xced 0xced deleted the command-option-names-no-restriction branch December 13, 2025 15:04
0xced added a commit to 0xced/nugraph that referenced this pull request Dec 15, 2025
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.

2 participants