Command Line
Command Line Shortcuts
\\to exitTABto completeAlt+Enterto insert a new lineCtrl-Rto search historyCtrl-Cto interruptCtrl-Dto exitCtrl-Ato move to beginning of lineCtrl-Eto move to end of lineCtrl-Uto clear lineCtrl-Wto kill to beginning of word
Command Line Options
The chili supports the following command line arguments:
| Argument | Short | Type | Default | Description |
|---|---|---|---|---|
src |
String | None | Optional fixed source file path (positional argument) | |
--port |
-p |
Integer | 0 | Port to listen on |
--remote |
-r |
Boolean | false | Listen on all interfaces (0.0.0.0) instead of localhost (127.0.0.1) |
--users |
-u |
String (multi) | List of allowed usernames, separated by space | |
--log-level |
-l |
String | "info" | Log level (e.g., info, debug, warn, error) |
--dir |
-d |
String | "" | Directory for log files |
--interval |
-i |
Integer | 0 | Job execution interval in milliseconds |
--kwargs |
-k |
String | "" | String of code; the returned value will be set to the variable kwargs |
--lazy |
-L |
Boolean | false | Enable lazy evaluation mode |
--version |
-V |
- | - | Print version |
--pepper |
-P |
- | - | Use pepper syntax |
--help |
-h |
- | - | Print help message |