Skip to content

Commit 914b0a7

Browse files
committed
refactor: sort console_header output
1 parent 8d32a46 commit 914b0a7

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/console_header.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ Options:
7272
--debug [file]
7373
Enable shell debug mode. Logs to file if provided.
7474
75+
--doc <?filter>
76+
Display the documentation for assert functions. When a filter is
77+
provided, only matching asserts will be shown.
78+
7579
-e, --env, --boot <file>
7680
Load a custom env/bootstrap file to override .env or define globals.
7781
@@ -81,10 +85,6 @@ Options:
8185
-h, --help
8286
Show this help message.
8387
84-
--doc <?filter>
85-
Display the documentation for assert functions. When a filter is
86-
provided, only matching asserts will be shown.
87-
8888
--init [dir]
8989
Generate a sample test suite in current or specified directory.
9090

tests/acceptance/snapshots/bashunit_path_test_sh.test_bashunit_without_path_env_nor_argument.snapshot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Options:
1919
--debug [file]
2020
Enable shell debug mode. Logs to file if provided.
2121

22+
--doc <?filter>
23+
Display the documentation for assert functions. When a filter is
24+
provided, only matching asserts will be shown.
25+
2226
-e, --env, --boot <file>
2327
Load a custom env/bootstrap file to override .env or define globals.
2428

@@ -28,10 +32,6 @@ Options:
2832
-h, --help
2933
Show this help message.
3034

31-
--doc <?filter>
32-
Display the documentation for assert functions. When a filter is
33-
provided, only matching asserts will be shown.
34-
3535
--init [dir]
3636
Generate a sample test suite in current or specified directory.
3737

tests/acceptance/snapshots/bashunit_test_sh.test_bashunit_should_display_help.snapshot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Options:
1818
--debug [file]
1919
Enable shell debug mode. Logs to file if provided.
2020

21+
--doc <?filter>
22+
Display the documentation for assert functions. When a filter is
23+
provided, only matching asserts will be shown.
24+
2125
-e, --env, --boot <file>
2226
Load a custom env/bootstrap file to override .env or define globals.
2327

@@ -27,10 +31,6 @@ Options:
2731
-h, --help
2832
Show this help message.
2933

30-
--doc <?filter>
31-
Display the documentation for assert functions. When a filter is
32-
provided, only matching asserts will be shown.
33-
3434
--init [dir]
3535
Generate a sample test suite in current or specified directory.
3636

0 commit comments

Comments
 (0)