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 licensePrint the license text to stdout (useful for piping or scripting):
./ritual license --plainSave the license to a file:
./ritual license --plain > LICENSE.txt