* [new] `appearedonly` argument to allow only show use inputted options
(only options, won't affect commands/arguments)
* [new] multi options section support. Now you can write several options like:
Usage: git <cmd> [options] [<args>...]
Global Options:
-h, --help print this message
rm Options: seperate with options by breaking the line
-f, --force force remove a file
add Options: seperate with at least one visable line
-n, --dry-run Don't actually add the file(s)