Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1aa85cc

Browse files
committed
Merge pull request #2 from sbinet/master
more doc updates
2 parents 17b4e1b + d2b73b7 commit 1aa85cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
go-commander
1+
commander
22
============
33

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.
55

66
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.
77

@@ -16,12 +16,12 @@ $ mycmd subcmd1 action1 [options...]
1616
```
1717

1818
## Documentation
19-
Is available on [godoc](http://godoc.org/github.com/sbinet/go-commander)
19+
Is available on [godoc](http://godoc.org/github.com/gonuts/commander)
2020

2121
## Installation
2222
Is performed with the usual:
2323
```sh
24-
$ go get github.com/sbinet/go-commander
24+
$ go get github.com/gonuts/commander
2525
```
2626

2727
## TODO

0 commit comments

Comments
 (0)