diff --git a/cli/usage.usage.kdl b/cli/usage.usage.kdl index 5bea24b1..2697a4ef 100644 --- a/cli/usage.usage.kdl +++ b/cli/usage.usage.kdl @@ -7,7 +7,14 @@ usage "Usage: usage-cli [OPTIONS] [COMPLETIONS] " flag --usage-spec help="Outputs a `usage.kdl` spec for this CLI itself" arg "[COMPLETIONS]" help="Outputs completions for the specified shell for completing the `usage` CLI itself" required=#false cmd bash help="Execute a shell script using bash" { - long_help "Execute a shell script with the specified shell\n\nTypically, this will be called by a script's shebang.\n\nIf using `var=#true` on args/flags, they will be joined with spaces using `shell_words::join()`\nto properly escape and quote values with spaces in them." + long_help #""" +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. +"""# flag -h help="Show help" flag --help help="Show help" arg