📝 README and inline docs
This commit is contained in:
parent
d533a879ef
commit
c61300c6b8
14 changed files with 139 additions and 24 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// cmd implements the CLI using urfav/cli.
|
||||
|
||||
package cmd
|
||||
|
||||
import (
|
||||
|
|
@ -6,7 +8,7 @@ import (
|
|||
|
||||
var App = cli.App{
|
||||
Name: "govote",
|
||||
Usage: "🌈 Referendums and concensus.",
|
||||
Usage: "🌈 Referendums and consensus.",
|
||||
Commands: []*cli.Command{
|
||||
newCmd,
|
||||
showCmd,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue