pcvs.cli.cli_config module

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

Config template completion.

Parameters:
  • ctx (Click.Context) – Click context

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

  • incomplete (str) – the user input

Return type:

list

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

config name completion function.

Parameters:
  • ctx (Click.Context) – Click context

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

  • incomplete (str) – the user input

Return type:

list

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

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

Parameters:
  • kind (str) – config kind

  • scope (str) – config scope

Return type:

None