From 1f1423fdb8d4e2928768ffa33a6ad2b59c75e82e Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 23 Nov 2024 11:30:28 +0100 Subject: lowercase dirs --- zettelkast/Notes/010420240957 - spf13 cobra.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 zettelkast/Notes/010420240957 - spf13 cobra.md (limited to 'zettelkast/Notes/010420240957 - spf13 cobra.md') diff --git a/zettelkast/Notes/010420240957 - spf13 cobra.md b/zettelkast/Notes/010420240957 - spf13 cobra.md new file mode 100644 index 0000000..e867fe6 --- /dev/null +++ b/zettelkast/Notes/010420240957 - spf13 cobra.md @@ -0,0 +1,13 @@ +Cobra is a [[Golang]] library for creating command-line interfaces. + +CLI for generating stuff: +``` +go install github.com/spf13/cobra-cli@latest +``` + +The library itself: +``` +go get -u github.com/spf13/cobra@latest + +import "github.com/spf13/cobra" +``` -- cgit v1.2.3