Skip to content

Commit

Permalink
feat: improve --help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 12, 2024
1 parent 92b7bda commit 380257f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/console_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ Options:
-a, --assert <function ...args>
Run a core assert function standalone without a test context.
--debug <?file-path>
Print all executed shell commands to the terminal.
If a file-path is passed, it will redirect the output to that file.
-e, --env, --load <file-path>
Load a custom file, overriding the existing .env variables or loading a file with global functions.
Expand All @@ -88,6 +84,10 @@ Options:
-S, --stop-on-failure
Force to stop the runner right after encountering one failing test.
--debug <?file-path>
Print all executed shell commands to the terminal.
If a file-path is passed, it will redirect the output to that file.
--version
Displays the current version of bashunit.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Options:
-a, --assert <function ...args>
Run a core assert function standalone without a test context.

--debug <?file-path>
Print all executed shell commands to the terminal.
If a file-path is passed, it will redirect the output to that file.

-e, --env, --load <file-path>
Load a custom file, overriding the existing .env variables or loading a file with global functions.

Expand All @@ -35,6 +31,10 @@ Options:
-S, --stop-on-failure
Force to stop the runner right after encountering one failing test.

--debug <?file-path>
Print all executed shell commands to the terminal.
If a file-path is passed, it will redirect the output to that file.

--version
Displays the current version of bashunit.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Options:
-a, --assert <function ...args>
Run a core assert function standalone without a test context.

--debug <?file-path>
Print all executed shell commands to the terminal.
If a file-path is passed, it will redirect the output to that file.

-e, --env, --load <file-path>
Load a custom file, overriding the existing .env variables or loading a file with global functions.

Expand All @@ -34,6 +30,10 @@ Options:
-S, --stop-on-failure
Force to stop the runner right after encountering one failing test.

--debug <?file-path>
Print all executed shell commands to the terminal.
If a file-path is passed, it will redirect the output to that file.

--version
Displays the current version of bashunit.

Expand Down

0 comments on commit 380257f

Please sign in to comment.