This commit is contained in:
2021-04-11 13:04:11 +02:00
parent 43244302be
commit 335724cce7
12 changed files with 315 additions and 34 deletions

View File

@@ -30,8 +30,9 @@ var cfgFile string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "autorestic",
Short: "CLI Wrapper for restic",
Version: internal.VERSION,
Use: "autorestic",
Short: "CLI Wrapper for restic",
}
// Execute adds all child commands to the root command and sets flags appropriately.