aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/buckit/go.mod (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-13add stub commands for buckitFranck Cuny1-0/+5
Add the stub commands for the binary. Each command will be in its own file (with the exception of delete/un-delete). This will make it easier to navigate the code. We use `github/urfave/cli` for generating the sub commands, as the module is well documented and easy to use.