A personal command-line toolkit
If you want to test a command without compiling, use:
go run main.go [command]Execute in the project root (where main.go is located) to generate the executable:
go build -o mycliThen run the commands with:
./mycli [command]