Skip to content

8 add new type command#38

Merged
AbUndMax merged 4 commits intomainfrom
8-add-new-type-command
Oct 23, 2024
Merged

8 add new type command#38
AbUndMax merged 4 commits intomainfrom
8-add-new-type-command

Conversation

@AbUndMax
Copy link
Copy Markdown
Owner

No description provided.

This commit introduces the concept of Commands to the ArgsParser, allowing users to define and parse both flags and commands. Updated UnknownFlagArgsException to handle unknown commands, adjusted help message generation to include commands, and added relevant tests to ensure correct behavior.
Inserted command indication "(/)" in help messages to differentiate commands from regular parameters. Also, updated associated tests to validate this enhancement.
Updated README to reflect these changes, including usage examples and instructions for commands.
Updated README to reflect these changes, including usage examples and instructions for commands.
@AbUndMax AbUndMax linked an issue Oct 23, 2024 that may be closed by this pull request
@AbUndMax AbUndMax merged commit 60ec2e8 into main Oct 23, 2024
@AbUndMax AbUndMax deleted the 8-add-new-type-command branch October 23, 2024 23:50
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.

add new type "command"

1 participant