pcvs.cli.cli_config module

pcvs.cli.cli_config.compl_list_templates(ctx, args, incomplete) list[source]

Config template completion.

Parameters
  • ctx (Click.Context) – Click context

  • args (str) – the option/argument requesting completion.

  • incomplete (str) – the user input

pcvs.cli.cli_config.compl_list_token(ctx, args, incomplete) list[source]

config name completion function.

Parameters
  • ctx (Click.Context) – Click context

  • args (str) – the option/argument requesting completion.

  • incomplete (str) – the user input

pcvs.cli.cli_config.config_list_single_kind(kind, scope) None[source]

Related to ‘config list’ command, handling a single ‘kind’ at a time.

Parameters
  • kind (str) – config kind

  • scope (str) – config scope