pcvs.main module

pcvs.main.print_version(ctx, param, value)[source]

Print current version.

This is used as an option formatter, PCVS is not event loaded yet.

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

  • param (str) – the option triggering the callback (unused here)

  • value – the value provided with the option (unused here)