summaryrefslogtreecommitdiff
path: root/Zettelkast/Notes/010420240957 - spf13 cobra.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-23 11:30:28 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-23 11:30:28 +0100
commit1f1423fdb8d4e2928768ffa33a6ad2b59c75e82e (patch)
tree67d94f0d821a053aca0e7c8a7ffb6c369047aa14 /Zettelkast/Notes/010420240957 - spf13 cobra.md
parent93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc (diff)
lowercase dirs
Diffstat (limited to 'Zettelkast/Notes/010420240957 - spf13 cobra.md')
-rw-r--r--Zettelkast/Notes/010420240957 - spf13 cobra.md13
1 files changed, 0 insertions, 13 deletions
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"
-```