vara-pc

This tool can be used to easily create and select paper configs from the command line:

Usage: vara-pc [OPTIONS] COMMAND [ARGS]...

  Main function for working with paper configs.

  `vara-pc`

Options:
  --help  Show this message and exit.

Commands:
  create  paper_config: Path to the new paper config.
  list
  select

List all available paper configs with the subcommand vara-pc list.

Usage: vara-pc list [OPTIONS]

Options:
  --paper-config-path PATH  Path to the paper config folder.
  --help                    Show this message and exit.

You can create a new paper config with the subcommand vara-pc create.

Usage: vara-pc create [OPTIONS] PAPER_CONFIG

  paper_config: Path to the new paper config.  Relative paths are interpreted
  relative to the current  `paper_config/folder`.

Options:
  --help  Show this message and exit.

The subcommand vara-pc select selects the current paper config.

Usage: vara-pc select [OPTIONS]

Options:
  --paper-config PATH
  --help               Show this message and exit.