vara-config

With this tool, you can view and modify the configuration of the tool suite.

usage: vara-config [-h] {set,show} ...

positional arguments:
  {set,show}  Subcommand
    set       Set one or more config options.
    show      Show values of config options.

optional arguments:
  -h, --help  show this help message and exit

With vara-config set, you can set one or multiple config options at once:

usage: vara-config set [-h] ...

positional arguments:
  KEY=VALUE   Key-Value pairs of configuration options and values.Specify the
              config options like paths, e.g., paper_config/folder.Do not put
              spaces before or after the '=' sign; if a value contains spaces,
              you should define it with double quotes: foo="bar baz".

optional arguments:
  -h, --help  show this help message and exit

Note

The config is organized in a hierarchical structure. The vara-config tool uses a path-like notation to find options in this config-tree, e.g., paper_config/folder refers to the folder option in the paper_config sub-config.

You can view specific parts of the config or the complete config with vara-config show:

usage: vara-config show [-h] [config_options [config_options ...]]

positional arguments:
  config_options  The config options to show. You can also show whole sub-
                  configs.Show the complete config if no options are given.

optional arguments:
  -h, --help      show this help message and exit

Note

You can print larger sub-trees of the config by passing partial paths to vara-config show.