usage zsh
- Usage:
usage zsh [-h] [--help] <SCRIPT> [ARGS]… - Source code:
cli/src/cli/zsh.rs
Execute a shell script with the specified shell
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>
[ARGS]…
Arguments to pass to script
Flags
-h
Show help
--help
Show help