refactor(cli): moved commands and cli out of main

This commit is contained in:
2021-07-15 03:44:07 +01:00
parent 2aa9029893
commit 9a0bd6dc11
5 changed files with 206 additions and 77 deletions

3
cli/common.go Normal file
View File

@ -0,0 +1,3 @@
package cli
const emptyArgsUsage = " " // Removes "[arguments]" from help. Empty str's are ignored