spf13--cobra/cobra/cmd
umarcor 5755ecf102 [TrivialPatches] Typos in README.md, fix and update CI, update projects list... (#840)
* update Example in README.md (#769)

* specify the color as the required arg (#777)

* command: fix typo in docstring of InheritedFlags (#779)

* add istio to the list of projects built with Cobra (#786)

* remove redundant 'else' (#806)

* add mattermost-server as a project built with Cobra (#824)

* update README.md (#826)

Fix the comment: consistent with others

* add uber/prototool as a project built with Cobra (#831)

* fix(ci): use go vet, update to Go 1.12, update shellcheck to v0.4.6 (#832)

* add go.mod and go.sum (#833)

* chore(travis): move 'diff' job to separate stage in Travis (#839)

* chore(travis): use language configuration list instead of explicit entries in matrix.include (#839)

* chore(travis): update shellcheck-docker to v0.6.0 (#839)

* update(README.md): separate projects by commas, instead of using a list

* chore: update viper to v1.3.2 and go-md2man to v1.0.10

* fix: convert CRLF to LF when comparing files

* use kyoh86/richgo to provide colored test outputs
2019-03-20 17:21:26 -04:00
..
testdata Remove trailing whitespace in rootcmd (#606) 2017-12-31 15:15:56 +05:00
add.go Make rootCmd private 2017-11-23 08:13:30 +01:00
add_test.go Fix remaining reproducibility in TestGoldenAddCmd 2017-07-31 11:04:27 -06:00
golden_test.go [TrivialPatches] Typos in README.md, fix and update CI, update projects list... (#840) 2019-03-20 17:21:26 -04:00
helpers.go cmd: Fix #612 (#614) 2018-01-15 17:09:33 +01:00
init.go remove dot after the abs path (#672) 2018-04-12 08:08:29 -04:00
init_test.go cmd: Fix golden tests if user has config at $HOME 2017-07-31 06:38:19 -06:00
license_agpl.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_apache_2.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_bsd_clause_2.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_bsd_clause_3.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_gpl_2.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_gpl_3.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_lgpl.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
license_mit.go cmd: Refine formatting of included licenses 2017-07-30 02:35:06 -06:00
licenses.go cmd: Fix text of custom license 2017-10-04 22:36:42 +02:00
project.go cmd: Fix #612 (#614) 2018-01-15 17:09:33 +01:00
project_test.go cmd: Use correct HasPrefix function for paths 2017-05-15 09:51:20 +02:00
root.go Restore the use of cobra.OnInitialize in cobra executable 2017-07-30 01:19:17 -06:00