usage bash
- Usage:
usage bash [-h] [--help] <SCRIPT> [ARGS]...
- Source code:
cli/src/cli/bash.rs
Executes a bash script
Typically, this will be called by a script's shebang
If using var=true
on args/flags, they will be joined with spaces using shell_words::join()
to properly escape and quote values with spaces in them.
Arguments
<SCRIPT>
Executes a bash script
Typically, this will be called by a script's shebang
If using var=true
on args/flags, they will be joined with spaces using shell_words::join()
to properly escape and quote values with spaces in them.
[ARGS]...
arguments to pass to script
Flags
-h
show help
--help
show help