license
Display the Ritual project license (AGPLv3).
./ritual license [options]Options
Section titled “Options”| Option | Description |
|---|---|
--plain | Output license text directly to stdout |
Examples
Section titled “Examples”View the license in an interactive pager (press q or ESC to exit):
./ritual licenseThe pager only opens when it can be driven interactively — when stdout is not a terminal, or prompts are unavailable (--no-input / RITUAL_NO_INPUT, or stdin is not a terminal), the text is printed straight to stdout as if --plain were passed, instead of blocking in less.
Print the license text to stdout (useful for piping or scripting):
./ritual license --plainSave the license to a file:
./ritual license --plain > LICENSE.txt