From 962d03ca2893c7ca78f2beb497633190575a148a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Mar 2021 20:01:11 -0700 Subject: add stub commands for buckit 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. --- users/fcuny/exp/buckit/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 users/fcuny/exp/buckit/go.mod (limited to 'users/fcuny/exp/buckit/go.mod') diff --git a/users/fcuny/exp/buckit/go.mod b/users/fcuny/exp/buckit/go.mod new file mode 100644 index 0000000..d0b3c3e --- /dev/null +++ b/users/fcuny/exp/buckit/go.mod @@ -0,0 +1,5 @@ +module github.com/fcuny/buckit + +go 1.16 + +require github.com/urfave/cli/v2 v2.3.0 -- cgit v1.2.3