Skip to content

Commit c93f922

Browse files
committed
chore: align --output help text format order with validation (#9)
1 parent 89926cd commit c93f922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ func addOutputFlag() {
10581058
return
10591059
}
10601060

1061-
dciCmd.PersistentFlags().String("output", "", "Output format: table, json, yaml, toon, auto (default: table). toon is compact and token-efficient — good for LLM agents.")
1061+
dciCmd.PersistentFlags().String("output", "", "Output format: table, json, yaml, auto, toon (default: table). toon is compact and token-efficient — good for LLM agents.")
10621062
dciCmd.PersistentFlags().StringP("table-mode", "M", "fit", "Table rendering: fit (truncate) or wrap (multi-line)")
10631063
dciCmd.PersistentFlags().StringP("table-columns", "C", "", "Comma-separated list of columns to include (default: all)")
10641064
dciCmd.PersistentFlags().IntP("table-width", "W", 0, "Table width in columns (default: auto-detect terminal width)")

0 commit comments

Comments
 (0)