Skip to content

Commit

Permalink
chore: show setting as toml or json
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Dec 11, 2024
1 parent bcc571c commit 5ff73e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/other/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ func init() {
envCmd.Flags().StringP("remove", "r", "", "Remove an environment")
envCmd.Flags().BoolP("list", "l", false, "List available environments")

showCmd.Flags().StringP("output", "o", "yaml", "Output format (yaml/json)")
showCmd.Flags().StringP("output", "o", "toml", "Output format (toml/json)")

settingEndpointCmd.Flags().StringP("service", "s", "", "Service to set the endpoint for")

Expand Down

0 comments on commit 5ff73e9

Please sign in to comment.