diff --git a/src/argparse.h b/src/argparse.h index e605a26..768196b 100644 --- a/src/argparse.h +++ b/src/argparse.h @@ -38,9 +38,10 @@ along with this program. If not, see . * - short and long flag support ( -t YAAP or --title=YAAP) * - string argument support ( -t YAAP or -- title=YAAP) * - simple flags (-v, -V, -h, --help) +* - integer arguments (-c 10) * * \section coming -* - integer arguments (-c 10) +* * - hex arguments ( -c 0x5A) * * \section Repository