Skip to content

CLI refactoring

ppom requested to merge cobra into main

Use cobra library to handle CLI

  • removed example-conf
  • removed version in favor of -v, --version
  • added completion command, for bash, zsh, fish (and powershell, which is probably useless but not configurable in cobra)
  • help split in general help and subcommand help

Merge request reports