su3 parser

This commit is contained in:
Matt Drollette
2014-12-09 17:00:18 -06:00
parent aea04a6719
commit 2d445337c8
9 changed files with 408 additions and 70 deletions

View File

@@ -13,12 +13,9 @@ func main() {
app.Version = "0.1.0"
app.Usage = "I2P commands"
app.Flags = []cli.Flag{}
app.Before = func(c *cli.Context) error {
cmd.Init()
return nil
}
app.Commands = []cli.Command{
cmd.NewReseederCommand(),
cmd.NewSu3VerifyCommand(),
}
if err := app.Run(os.Args); err != nil {