Skip to content

Commit

Permalink
Add cli main
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Aug 8, 2020
1 parent 0f9c513 commit 761de6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cli/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"github.com/pritunl/pritunl-client-electron/cli/cmd"
)

func main() {
cmd.Execute()
}

0 comments on commit 761de6f

Please sign in to comment.