cycloid-cli icon indicating copy to clipboard operation
cycloid-cli copied to clipboard

cli: add debug/verbose mode

Open tormath1 opened this issue 5 years ago • 0 comments

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!

tormath1 avatar Sep 18 '20 08:09 tormath1