Skip to content

CLI Arguments

M. H. Golkar edited this page Mar 6, 2021 · 3 revisions

Arrow accepts following command-line arguments:

--manual

Shows a brief manual similar to this document.

--config-dir

Tells Arrow to search for a configuration file in the directory path that follows it.

$ Arrow --config-dir '/home/user/.config'

The configuration file is called config.arrow.

Absolute paths and Godot relative paths (i.e. res:// or user://) are valid.

Arrow will create a default config file if it doesn't exist, but won't create the directory. If no config file is found or can be created, the defaults will be used.

--work-dir

Tells Arrow to use the directory path that follows, for project management.

$ Arrow --work-dir '/home/user/my_arrow_adventures'

Absolute paths and Godot relative paths (i.e. res:// or user://) are valid.

Won't create the directory if it doesn't exist.

--sandbox

App Runs in sandbox mode with default configurations.

In sandbox-mode, no arrow.config file will be generated automatically.

Clone this wiki locally