mirror of
https://gitlab.durp.info/durfy/apps/durpcli.git
synced 2026-05-07 16:00:35 -05:00
update
This commit is contained in:
parent
716b7424c4
commit
d96fae1276
13 changed files with 810 additions and 568 deletions
10
main.go
10
main.go
|
|
@ -1,7 +1,13 @@
|
|||
package main
|
||||
|
||||
import "gitlab.com/DeveloperDurp/DurpCLI/cmd"
|
||||
import (
|
||||
"log"
|
||||
|
||||
"gitlab.com/DeveloperDurp/DurpCLI/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
if err := cmd.Execute(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue