Command Line Interface (CLI) Usage
PicoLimbo offers a flexible command line interface for running and configuring the server in standalone mode. This page covers all available CLI options and their usage.
Basic Usage
To start the server with default settings:
bash
pico_limboConfiguration Options
Custom Configuration File
Specify a custom configuration file path:
bash
pico_limbo --config /path/to/your/config.tomlLogging Options
Control the verbosity of server logs:
bash
# Detailed debug logging
pico_limbo -v
# Trace-level logging (most verbose)
pico_limbo -vvAdvanced Options
Version Information
Display version information:
bash
pico_limbo --versionHelp
Show all available options:
bash
pico_limbo --help