@@ -9,21 +9,21 @@ argparse tester
9
9
optional arguments
10
10
==================
11
11
12
- * "-h", "--help" - show this help message and exit
12
+ * ** "-h"**, ** "--help"** - show this help message and exit
13
13
14
- * "--root" - root flag (default: "False")
14
+ * ** "--root"** - root flag (default: "False")
15
15
16
- * "--no-help" (default: "False")
16
+ * ** "--no-help"** (default: "False")
17
17
18
18
19
19
Exclusive
20
20
=========
21
21
22
22
this is an exclusive group
23
23
24
- * "--foo" - foo (default: "False")
24
+ * ** "--foo"** - foo (default: "False")
25
25
26
- * "--bar" - bar (default: "False")
26
+ * ** "--bar"** - bar (default: "False")
27
27
28
28
29
29
complex first (f)
@@ -37,19 +37,19 @@ a-first-help
37
37
complex first positional arguments
38
38
----------------------------------
39
39
40
- * "one" - first positional argument (default: "None")
40
+ * ** "one"** - first positional argument (default: "None")
41
41
42
- * "pos_two" - second positional argument (default: "1")
42
+ * ** "pos_two"** - second positional argument (default: "1")
43
43
44
44
45
45
complex first optional arguments
46
46
--------------------------------
47
47
48
- * "-h", "--help" - show this help message and exit
48
+ * ** "-h"**, ** "--help"** - show this help message and exit
49
49
50
- * "--flag" - a parser first flag (default: "False")
50
+ * ** "--flag"** - a parser first flag (default: "False")
51
51
52
- * "--root" - root flag (default: "False")
52
+ * ** "--root"** - root flag (default: "False")
53
53
54
54
55
55
complex second
@@ -61,19 +61,19 @@ complex second
61
61
complex second positional arguments
62
62
-----------------------------------
63
63
64
- * "one" - first positional argument (default: "None")
64
+ * ** "one"** - first positional argument (default: "None")
65
65
66
- * "pos_two" - second positional argument (default: "green")
66
+ * ** "pos_two"** - second positional argument (default: "green")
67
67
68
68
69
69
complex second optional arguments
70
70
---------------------------------
71
71
72
- * "-h", "--help" - show this help message and exit
72
+ * ** "-h"**, ** "--help"** - show this help message and exit
73
73
74
- * "--flag" - a parser second flag (default: "False")
74
+ * ** "--flag"** - a parser second flag (default: "False")
75
75
76
- * "--root" - root flag (default: "False")
76
+ * ** "--root"** - root flag (default: "False")
77
77
78
78
79
79
complex third
@@ -85,4 +85,4 @@ complex third
85
85
complex third optional arguments
86
86
--------------------------------
87
87
88
- * "-h", "--help" - show this help message and exit
88
+ * ** "-h"**, ** "--help"** - show this help message and exit
0 commit comments