Skip to content
Snippets Groups Projects
Commit 8c479d77 authored by Andrew Jackura's avatar Andrew Jackura
Browse files

Merge pull request #2 from kotakanbe/patch-1

update README.md
parents 469c15c3 79ca8c76
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,9 @@ func main() {
subcommands.Register(subcommands.HelpCommand(), "")
subcommands.Register(subcommands.FlagsCommand(), "")
subcommands.Register(subcommands.CommandsCommand(), "")
subcommands.Register(&print{}, "")
subcommands.Register(&printCmd{}, "")
flag.Parse()
ctx := context.Background()
os.Exit(int(subcommands.Execute(ctx)))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment