Add yaml to output help

This commit is contained in:
Kristoffer Dalby 2021-11-07 08:58:45 +00:00
parent a249d3fe39
commit ce3f79a3bf

View file

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