You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
go-commander
1
+
commander
2
2
============
3
3
4
-
``go-commander`` is a spin off of [golang](http://golang.org)``go tool`` infrastructure to provide commands and sub-commands.
4
+
``commander`` is a spin off of [golang](http://golang.org)``go tool`` infrastructure to provide commands and sub-commands.
5
5
6
6
A ``commander.Commander`` has a ``Commands`` field holding ``[]*commander.Command`` subcommands, referenced by name from the command line and an optional ``[]*commander.Commander````Commanders`` field for nested commanders.
0 commit comments