@@ -42,7 +42,7 @@ app [first_arg] [second_arg]
4242
4343.SH GLOBAL OPTIONS
4444.PP
45- \fB --another-flag, -b \fP : another usage text
45+ \fB --another-flag, -b \fP : another usage text (default: false)
4646
4747.PP
4848\fB --flag, --fl, -f \fP ="":
@@ -60,7 +60,7 @@ app [first_arg] [second_arg]
6060another usage test
6161
6262.PP
63- \fB --another-flag, -b \fP : another usage text
63+ \fB --another-flag, -b \fP : another usage text (default: false)
6464
6565.PP
6666\fB --flag, --fl, -f \fP ="":
@@ -70,7 +70,7 @@ another usage test
7070another usage test
7171
7272.PP
73- \fB --sub-command-flag, -s \fP : some usage text
73+ \fB --sub-command-flag, -s \fP : some usage text (default: false)
7474
7575.PP
7676\fB --sub-flag, --sub-fl, -s \fP ="":
@@ -103,7 +103,7 @@ Should be a part of the same code block
103103.RE
104104
105105.PP
106- \fB --another-flag, -b \fP : another usage text
106+ \fB --another-flag, -b \fP : another usage text (default: false)
107107
108108.PP
109109\fB --flag, --fl, -f \fP ="":
@@ -121,4 +121,4 @@ Single line of UsageText
121121.RE
122122
123123.PP
124- \fB --sub-command-flag, -s \fP : some usage text
124+ \fB --sub-command-flag, -s \fP : some usage text (default: false)
0 commit comments