Separate cli into its own module; rename it to sp

This commit is contained in:
mitchell 2019-07-11 02:05:59 -04:00
parent 0e071f0f89
commit 024017338e
25 changed files with 405 additions and 392 deletions

View file

@ -1,9 +0,0 @@
package main
import (
"github.com/mitchell/selfpass/services/cli/commands"
)
func main() {
commands.Execute()
}