diff --git a/src/argparse.h b/src/argparse.h index 1110368..25aa021 100644 --- a/src/argparse.h +++ b/src/argparse.h @@ -37,12 +37,16 @@ along with this program. If not, see . * - git like command support (git commit) * - short and long flag support ( -t YAAP or --title=YAAP) * - string argument support ( -t YAAP or -- title=YAAP) +* - simple flags (-v, -V, -h, --help) * * \section coming -* - simple flags (-v, -V, -h, --help) * - integer arguments (-c 10) * - hex arguments ( -c 0x5A) * +* \section Repository +* +* https://github.com/byterazor/yaap +* * \section Installation * YAAP is intented to be copied into your project directory. Different approaches are * available: