finished, also added cobra cli

This commit is contained in:
Bartal Laearsson
2026-08-02 22:14:57 +01:00
parent f6723f7b3e
commit a9ebf41bf9
12 changed files with 754 additions and 289 deletions
+7
View File
@@ -1,3 +1,10 @@
module dirmd
go 1.26.4
require github.com/spf13/cobra v1.10.2
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)