cycloid-cli
cycloid-cli copied to clipboard
cli: add debug/verbose mode
we currently have a bunch of fmt.Print for some commands; this should be removed and only print in case of --verbose or --debug.
In the case you want to pipe a command, it will be fucked up if you have some print in your command execution!