📝 README and inline docs

This commit is contained in:
Brian Wiborg 2024-05-14 10:26:48 +02:00
parent d533a879ef
commit c61300c6b8
No known key found for this signature in database
GPG key ID: BE53FA9286B719D6
14 changed files with 139 additions and 24 deletions

View file

@ -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,