@@ -9,21 +9,21 @@ argparse tester
99optional arguments
1010==================
1111
12- * "-h", "--help" - show this help message and exit
12+ * ** "-h"**, ** "--help"** - show this help message and exit
1313
14- * "--root" - root flag (default: "False")
14+ * ** "--root"** - root flag (default: "False")
1515
16- * "--no-help" (default: "False")
16+ * ** "--no-help"** (default: "False")
1717
1818
1919Exclusive
2020=========
2121
2222this is an exclusive group
2323
24- * "--foo" - foo (default: "False")
24+ * ** "--foo"** - foo (default: "False")
2525
26- * "--bar" - bar (default: "False")
26+ * ** "--bar"** - bar (default: "False")
2727
2828
2929complex first (f)
@@ -37,19 +37,19 @@ a-first-help
3737complex first positional arguments
3838----------------------------------
3939
40- * "one" - first positional argument (default: "None")
40+ * ** "one"** - first positional argument (default: "None")
4141
42- * "pos_two" - second positional argument (default: "1")
42+ * ** "pos_two"** - second positional argument (default: "1")
4343
4444
4545complex first optional arguments
4646--------------------------------
4747
48- * "-h", "--help" - show this help message and exit
48+ * ** "-h"**, ** "--help"** - show this help message and exit
4949
50- * "--flag" - a parser first flag (default: "False")
50+ * ** "--flag"** - a parser first flag (default: "False")
5151
52- * "--root" - root flag (default: "False")
52+ * ** "--root"** - root flag (default: "False")
5353
5454
5555complex second
@@ -61,19 +61,19 @@ complex second
6161complex second positional arguments
6262-----------------------------------
6363
64- * "one" - first positional argument (default: "None")
64+ * ** "one"** - first positional argument (default: "None")
6565
66- * "pos_two" - second positional argument (default: "green")
66+ * ** "pos_two"** - second positional argument (default: "green")
6767
6868
6969complex second optional arguments
7070---------------------------------
7171
72- * "-h", "--help" - show this help message and exit
72+ * ** "-h"**, ** "--help"** - show this help message and exit
7373
74- * "--flag" - a parser second flag (default: "False")
74+ * ** "--flag"** - a parser second flag (default: "False")
7575
76- * "--root" - root flag (default: "False")
76+ * ** "--root"** - root flag (default: "False")
7777
7878
7979complex third
@@ -85,4 +85,4 @@ complex third
8585complex third optional arguments
8686--------------------------------
8787
88- * "-h", "--help" - show this help message and exit
88+ * ** "-h"**, ** "--help"** - show this help message and exit
0 commit comments