-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc82d4e
commit 31af317
Showing
2 changed files
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## 0.1.0 | ||
|
||
Initial release of the library. | ||
|
||
### Features: | ||
- Generation of argument parser methods | ||
- Generated parsers can parse options, parameters and special commands | ||
- Options are named value, which syntax follows GNU syntax conventions | ||
- Parameters are unbound values, which are captured from arguments based on parameters' indices | ||
- Special commands are parsed when a particular first argument is encountered | ||
- Default implementation of `--help` and `--version` special commands |