blob: 00a8d6c7da137e9ba230b694adfc16d6c459c7bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
== Command-line Options
=== General
* `-h`, `--help`: Display command-line options list..
* `-v`, `--version`: Display version information.
* `--build`: Display build commit.
=== Configuration
* `-c`, `--config`: Set configuration file.
* `--no-remote`: Don't check for other instances when starting.
=== Sessions
* `-s, --session`: Open the selected session.
* `--pick-session`: Open all available sessions and select which one to open.
|