Skip to content

Commit 8ecbf4c

Browse files
committed
add --tracecmd flag
1 parent 6b69b55 commit 8ecbf4c

40 files changed

+2958
-696
lines changed

docs/ansi.md

+20
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Options:
5555
-----------------------------
5656
--help
5757
Prints this help.
58+
--tracecmd
59+
Enables bash debug mode (set -x).
5860
--selftest
5961
Performs a self-test.
6062
--
@@ -140,6 +142,8 @@ Options:
140142
-----------------------------
141143
--help
142144
Prints this help.
145+
--tracecmd
146+
Enables bash debug mode (set -x).
143147
--selftest
144148
Performs a self-test.
145149
--
@@ -177,6 +181,8 @@ Options:
177181
-----------------------------
178182
--help
179183
Prints this help.
184+
--tracecmd
185+
Enables bash debug mode (set -x).
180186
--selftest
181187
Performs a self-test.
182188
--
@@ -260,6 +266,8 @@ Options:
260266
-----------------------------
261267
--help
262268
Prints this help.
269+
--tracecmd
270+
Enables bash debug mode (set -x).
263271
--selftest
264272
Performs a self-test.
265273
--
@@ -315,6 +323,8 @@ Prints a table with 8/16 ANSI colors.
315323
Options:
316324
--help
317325
Prints this help.
326+
--tracecmd
327+
Enables bash debug mode (set -x).
318328
--selftest
319329
Performs a self-test.
320330
--
@@ -358,6 +368,8 @@ Prints a table with 256 ANSI colors.
358368
Options:
359369
--help
360370
Prints this help.
371+
--tracecmd
372+
Enables bash debug mode (set -x).
361373
--selftest
362374
Performs a self-test.
363375
--
@@ -479,6 +491,8 @@ Prints an ANSI escape sequence that reset all ANSI attributes.
479491
Options:
480492
--help
481493
Prints this help.
494+
--tracecmd
495+
Enables bash debug mode (set -x).
482496
--selftest
483497
Performs a self-test.
484498
--
@@ -510,6 +524,8 @@ Options:
510524
-----------------------------
511525
--help
512526
Prints this help.
527+
--tracecmd
528+
Enables bash debug mode (set -x).
513529
--selftest
514530
Performs a self-test.
515531
--
@@ -561,6 +577,8 @@ Options:
561577
-----------------------------
562578
--help
563579
Prints this help.
580+
--tracecmd
581+
Enables bash debug mode (set -x).
564582
--selftest
565583
Performs a self-test.
566584
--
@@ -622,6 +640,8 @@ Performs a selftest of all functions of this module by executing each function w
622640
Options:
623641
--help
624642
Prints this help.
643+
--tracecmd
644+
Enables bash debug mode (set -x).
625645
--selftest
626646
Performs a self-test.
627647
--

docs/aws.md

+22
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Prints this server's AWS account ID.
4949
Options:
5050
--help
5151
Prints this help.
52+
--tracecmd
53+
Enables bash debug mode (set -x).
5254
--selftest
5355
Performs a self-test.
5456
--
@@ -73,6 +75,8 @@ Prints this server's AWS availability zone.
7375
Options:
7476
--help
7577
Prints this help.
78+
--tracecmd
79+
Enables bash debug mode (set -x).
7680
--selftest
7781
Performs a self-test.
7882
--
@@ -107,6 +111,8 @@ Options:
107111
-----------------------------
108112
--help
109113
Prints this help.
114+
--tracecmd
115+
Enables bash debug mode (set -x).
110116
--selftest
111117
Performs a self-test.
112118
--
@@ -140,6 +146,8 @@ Prints this server's AWS instance ID.
140146
Options:
141147
--help
142148
Prints this help.
149+
--tracecmd
150+
Enables bash debug mode (set -x).
143151
--selftest
144152
Performs a self-test.
145153
--
@@ -167,6 +175,8 @@ Options:
167175
-----------------------------
168176
--help
169177
Prints this help.
178+
--tracecmd
179+
Enables bash debug mode (set -x).
170180
--selftest
171181
Performs a self-test.
172182
--
@@ -195,6 +205,8 @@ Prints this server's AWS private IP address.
195205
Options:
196206
--help
197207
Prints this help.
208+
--tracecmd
209+
Enables bash debug mode (set -x).
198210
--selftest
199211
Performs a self-test.
200212
--
@@ -219,6 +231,8 @@ Prints this server's AWS region.
219231
Options:
220232
--help
221233
Prints this help.
234+
--tracecmd
235+
Enables bash debug mode (set -x).
222236
--selftest
223237
Performs a self-test.
224238
--
@@ -246,6 +260,8 @@ Requirements:
246260
Options:
247261
--help
248262
Prints this help.
263+
--tracecmd
264+
Enables bash debug mode (set -x).
249265
--selftest
250266
Performs a self-test.
251267
--
@@ -272,6 +288,8 @@ Prints this server's AWS VPC CIDR Block.
272288
Options:
273289
--help
274290
Prints this help.
291+
--tracecmd
292+
Enables bash debug mode (set -x).
275293
--selftest
276294
Performs a self-test.
277295
--
@@ -297,6 +315,8 @@ Prints this server's AWS VPC ID.
297315
Options:
298316
--help
299317
Prints this help.
318+
--tracecmd
319+
Enables bash debug mode (set -x).
300320
--selftest
301321
Performs a self-test.
302322
--
@@ -322,6 +342,8 @@ Performs a selftest of all functions of this module by executing each function w
322342
Options:
323343
--help
324344
Prints this help.
345+
--tracecmd
346+
Enables bash debug mode (set -x).
325347
--selftest
326348
Performs a self-test.
327349
--

docs/compression.md

+10
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Options:
6666
-----------------------------
6767
--help
6868
Prints this help.
69+
--tracecmd
70+
Enables bash debug mode (set -x).
6971
--selftest
7072
Performs a self-test.
7173
--
@@ -111,6 +113,8 @@ Options:
111113
-----------------------------
112114
--help
113115
Prints this help.
116+
--tracecmd
117+
Enables bash debug mode (set -x).
114118
--selftest
115119
Performs a self-test.
116120
--
@@ -140,6 +144,8 @@ Performs a selftest of all functions of this module by executing each function w
140144
Options:
141145
--help
142146
Prints this help.
147+
--tracecmd
148+
Enables bash debug mode (set -x).
143149
--selftest
144150
Performs a self-test.
145151
--
@@ -180,6 +186,8 @@ Options:
180186
-----------------------------
181187
--help
182188
Prints this help.
189+
--tracecmd
190+
Enables bash debug mode (set -x).
183191
--selftest
184192
Performs a self-test.
185193
--
@@ -222,6 +230,8 @@ Options:
222230
-----------------------------
223231
--help
224232
Prints this help.
233+
--tracecmd
234+
Enables bash debug mode (set -x).
225235
--selftest
226236
Performs a self-test.
227237
--

docs/crypto.md

+8
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Parameters:
4444
Options:
4545
--help
4646
Prints this help.
47+
--tracecmd
48+
Enables bash debug mode (set -x).
4749
--selftest
4850
Performs a self-test.
4951
--
@@ -88,6 +90,8 @@ Parameters:
8890
Options:
8991
--help
9092
Prints this help.
93+
--tracecmd
94+
Enables bash debug mode (set -x).
9195
--selftest
9296
Performs a self-test.
9397
--
@@ -128,6 +132,8 @@ Performs a selftest of all functions of this module by executing each function w
128132
Options:
129133
--help
130134
Prints this help.
135+
--tracecmd
136+
Enables bash debug mode (set -x).
131137
--selftest
132138
Performs a self-test.
133139
--
@@ -156,6 +162,8 @@ Parameters:
156162
Options:
157163
--help
158164
Prints this help.
165+
--tracecmd
166+
Enables bash debug mode (set -x).
159167
--selftest
160168
Performs a self-test.
161169
--

docs/docker.md

+14
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Installs and executes the docker-debug tool (https://github.com/zeromake/docker-
8282
Options:
8383
--help
8484
Prints this help.
85+
--tracecmd
86+
Enables bash debug mode (set -x).
8587
--selftest
8688
Performs a self-test.
8789
--
@@ -104,6 +106,8 @@ Displays dockerd's log messages in realtime.
104106
Options:
105107
--help
106108
Prints this help.
109+
--tracecmd
110+
Enables bash debug mode (set -x).
107111
--selftest
108112
Performs a self-test.
109113
--
@@ -126,6 +130,8 @@ Starts Netshoot (https://github.com/nicolaka/netshoot) - a network trouble-shoot
126130
Options:
127131
--help
128132
Prints this help.
133+
--tracecmd
134+
Enables bash debug mode (set -x).
129135
--selftest
130136
Performs a self-test.
131137
--
@@ -163,6 +169,8 @@ Options:
163169
-----------------------------
164170
--help
165171
Prints this help.
172+
--tracecmd
173+
Enables bash debug mode (set -x).
166174
--selftest
167175
Performs a self-test.
168176
--
@@ -195,6 +203,8 @@ Starts Dockly (https://lirantal.github.io/dockly/).
195203
Options:
196204
--help
197205
Prints this help.
206+
--tracecmd
207+
Enables bash debug mode (set -x).
198208
--selftest
199209
Performs a self-test.
200210
--
@@ -217,6 +227,8 @@ Prints the Swarm cluster ID.
217227
Options:
218228
--help
219229
Prints this help.
230+
--tracecmd
231+
Enables bash debug mode (set -x).
220232
--selftest
221233
Performs a self-test.
222234
--
@@ -239,6 +251,8 @@ Performs a selftest of all functions of this module by executing each function w
239251
Options:
240252
--help
241253
Prints this help.
254+
--tracecmd
255+
Enables bash debug mode (set -x).
242256
--selftest
243257
Performs a self-test.
244258
--

0 commit comments

Comments
 (0)