Adds a proper CLI interface
This commit is contained in:
parent
873ae748dc
commit
6efa563204
6 changed files with 50 additions and 30 deletions
2
Makefile
2
Makefile
|
@ -2,4 +2,4 @@ fmt:
|
|||
go fmt ./...
|
||||
|
||||
build:
|
||||
go build -o gitssg ./gitssg.go
|
||||
go build -o gitssg ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue