Formatting

This commit is contained in:
Kristoffer Dalby 2021-11-04 22:45:08 +00:00
parent be4256b1d0
commit 8df41b069f

View file

@ -8,7 +8,8 @@ import (
)
func init() {
rootCmd.PersistentFlags().StringP("output", "o", "", "Output format. Empty for human-readable, 'json' or 'json-line'")
rootCmd.PersistentFlags().
StringP("output", "o", "", "Output format. Empty for human-readable, 'json' or 'json-line'")
rootCmd.PersistentFlags().Bool("force", false, "Disable prompts and forces the execution")
}