Commit Graph

16 Commits

Author SHA1 Message Date
Eyal Posener 096b79324e Add global flags for command
Fixes #24
2017-05-15 19:32:59 +03:00
Ivan Daniluk 337e95201a Update readme.md
`go install` command won't download source, it works only if source already dowloaded into GOPATH. For the installation, we should use `go get` command - it will download sources first and then run `go install`.
2017-05-15 15:06:36 +02:00
Eyal Posener 6436632c82 fix readme 2017-05-13 11:31:38 +03:00
Eyal Posener fc04737363 Update readme.md 2017-05-13 11:21:02 +03:00
Eyal Posener 87f385425a readme: change headers 2017-05-13 11:08:03 +03:00
Eyal Posener 3776c7286e cmd/install: add support for zsh
Fixes: #9
2017-05-13 11:06:15 +03:00
Eyal Posener c7377ba2de more to read in readme 2017-05-13 00:50:48 +03:00
Eyal Posener 9de57bdcf5 Enable completion and executable be the same command
Fixes #6
2017-05-10 19:21:35 +03:00
Eyal Posener e8f6dfad58 fix readme install instructions 2017-05-07 16:57:09 +03:00
Eyal Posener fd5c13f7ed Remove Name from Command struct 2017-05-07 07:59:42 +03:00
Eyal Posener 703dd6ebc3 improve docs 2017-05-06 22:15:15 +03:00
Eyal Posener 99ef98e3ba enhance readme 2017-05-06 18:59:06 +03:00
Eyal Posener 4f47fe9246 Add easy way to install the bash completion 2017-05-06 18:55:54 +03:00
Eyal Posener 87dada1ec4 [readme] add codecov badge 2017-05-06 00:47:42 +03:00
Eyal Posener 0b5973aaac Add cover badge 2017-05-06 00:39:59 +03:00
Eyal Posener 8421068045 add readme 2017-05-06 00:33:21 +03:00