Use cobra to handle command line parameters

This commit is contained in:
Christian Muehlhaeuser
2019-11-22 18:47:42 +01:00
parent 995fdcc93f
commit 9b17f91d28
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -5,5 +5,6 @@ go 1.13
require (
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/cobra v0.0.5
gopkg.in/russross/blackfriday.v2 v2.0.0
)