mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
1.4 KiB
1.4 KiB
rcl
rcl [--version] [-h | --help] [--color <mode>] <command> [<args>]
Description
The rcl executable; see the commands for more details. The main commands are:
Other commands:
Global options
The global options apply to every command. Global options can be used before as well as after the command.
--color <mode>
Set how output is colored. The following modes are available:
- ansi
- Always color output using ANSI escape codes.
- auto
- Use ANSI if the output file is a TTY and the
NO_COLORenvironment variable is not set to a non-empty string. This is the default. - html
- Output HTML spans in the same style as Pandoc.
- none
- Do not color output at all.
The coloring applies only to stdout and stderr, it does not apply to files
written with --output.
-C --directory <dir>
When loading files, consider <dir> to be the working directory for relative
paths. This also affects the --sandbox=workdir
sandbox mode.