Skip to content

Command Line Features (`pman` command)

Ryan Davis edited this page Apr 24, 2018 · 1 revision

Command-Line Features

(note: this wiki page is incomplete and needs work)

The pman command accepts a variety of additional arguments and/or flags to modify how it starts up, and how it behaves from there. There are a number of planned and necessary behaviors surrounding command-line arguments that aren't implemented just yet, but all that are documented here are planned for implementation before the next official release.


Argument list

[--background]
; opens pman as a daemon and doesn't automatically open any app window
type=flag
aliases=`--daemon`|`-bg`

[--mode=<mode_type>]
; dictate manually what application mode will be started on launch
type=flag
allowed_values=player,manager,browser

[select]
; define some set of entities to be the context on which subsequent contextual commands are executed
type=command

[deselect]
; remove some set of selected entities from the set
type=command
Clone this wiki locally