Skip to content

Commit

Permalink
chore(cmd/cli): add TODO for replacing configSetCmd implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Oct 19, 2024
1 parent b34e4bf commit 3dbd5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var configShowCmd = &cobra.Command{
},
}

// TODO(nullswan): Replace with editor, just like with the prompt edit
var configSetCmd = &cobra.Command{
Use: "set [key] [value]",
Short: "Set a configuration parameter",
Expand Down

0 comments on commit 3dbd5ad

Please sign in to comment.