Skip to content

Commit

Permalink
styling: add 2 spaces in list items
Browse files Browse the repository at this point in the history
  • Loading branch information
ih3xcode committed Aug 9, 2023
1 parent 21c4f5d commit 5cb59a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Command parser library (C/C++), with highly customizable.

## Feature

- Friendly API, configuration in ONE struct
- Follow GNU/POSIX option conversion, short/long option supported
- Nested sub-commands support, and they can share same logic
- Global option supported
- Parse strict: repeat option detect
- Highly customizable: Hide/Disable options or sub-commands, Language (error message), help option, doc generator, output stream, etc.
- Friendly API, configuration in ONE struct
- Follow GNU/POSIX option conversion, short/long option supported
- Nested sub-commands support, and they can share same logic
- Global option supported
- Parse strict: repeat option detect
- Highly customizable: Hide/Disable options or sub-commands, Language (error message), help option, doc generator, output stream, etc.

## Demo
Short option: `-a -b -n XJK` can be shorten to `-abn XJK` (`-nab XJK` as well)
Expand Down Expand Up @@ -78,5 +78,5 @@ You can custom your own error message.

## Credits

- [cmdparser](https://github.com/XUJINKAI/cmdparser)
- [utest.h](https://github.com/sheredom/utest.h)
- [cmdparser](https://github.com/XUJINKAI/cmdparser)
- [utest.h](https://github.com/sheredom/utest.h)

0 comments on commit 5cb59a9

Please sign in to comment.