1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

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")
}