-
-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features added: - string_seq option and arg value type for repeated strings collected into a sequence. - Command fullname() to make it easier to match on command name. - Checking commands are leaves so that partial commands return syntax errors. Other changes: - Tests for the above. - _ValueType is now a trait instead of a union. This makes it easier to delegate type specific work to one place, and makes value type more easily extended. - A few other cleanups, like the removal of redundant box modifiers on methods.
- Loading branch information
Showing
9 changed files
with
726 additions
and
181 deletions.
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
Oops, something went wrong.