From 9232b8d817d4cd4122947375156fa2fa1e9fba14 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Mon, 13 Jan 2025 13:16:06 +0100 Subject: vault backup: 2025-01-13 13:16:06 --- zettelkast/Notes/010420240957 - spf13 cobra.md | 13 ------------- 1 file changed, 13 deletions(-) delete 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 deleted file mode 100644 index e867fe6..0000000 --- a/zettelkast/Notes/010420240957 - spf13 cobra.md +++ /dev/null @@ -1,13 +0,0 @@ -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