feat(cmd): added flag for displaying binary data in tty, and cleaned up some old code

This commit is contained in:
Lewis Wynne 2025-11-06 22:30:50 +00:00
parent 63ade13e7a
commit 990ff7ce40
4 changed files with 29 additions and 23 deletions

View file

@ -65,4 +65,3 @@ func set(cmd *cobra.Command, args []string) error {
func init() {
rootCmd.AddCommand(setCmd)
}