Commit Graph

  • 44d55fb4d3
    Fix cobra command README (#1106) Warren Fernandes 2020-04-28 11:49:46 -0600
  • 11ba63fc3b
    Add Helm as project using Cobra (#1103) Marc Khouzam 2020-04-25 11:03:04 -0400
  • 090d94f474
    Move projects using Cobra (#1090) Warren Fernandes 2020-04-16 11:00:24 -0600
  • 8c638d3f90
    Fixed typo. (#1087) Amit Botzer 2020-04-11 00:30:10 +0300
  • a684a6d7f5
    Fish completion using Go completion (#1048) Marc Khouzam 2020-04-10 15:56:28 -0400
  • 7fead4bf3b
    Remove/replace SetOutput on Command - deprecated (#1078) John McBride 2020-04-06 11:36:04 -0600
  • 47414285f9
    Add Github CLI to list of projects using Cobra (#1034) Julien 2020-04-06 19:30:17 +0200
  • b84ef40338
    Rename BashCompDirectives to ShellCompDirectives (#1082) Marc Khouzam 2020-04-06 13:28:44 -0400
  • b80aeb17fc
    Add support for custom completions in Go (#1035) Marc Khouzam 2020-04-03 15:43:43 -0400
  • 138b98f39d
    add support for autolabel stale PR (#1075) John Calabrese 2020-04-02 12:55:31 -0400
  • d88d9a09e9
    Add Labeler Actions (#1074) John Calabrese 2020-04-02 11:26:08 -0400
  • bbffa3aa94
    rm circle ci badge (#1073) Joshua Harshman 2020-04-01 10:27:47 -0600
  • f62883520e
    Replace deprecated SetOutput func with SetOut and SetErr in test (#1053) Kanji Yomoda 2020-04-02 01:25:22 +0900
  • 6607e6b860
    Partial Revert of #922 (#1068) Joshua Harshman 2020-03-27 14:38:32 -0600
  • 95f2f73ed9
    Add short version flag -v when not otherwise set (#996) Dave Henderson 2020-02-28 13:13:40 -0500
  • 39cf99f556
    leverage makefile to run build tasks (#976) Joshua Harshman 2020-02-20 12:25:38 -0700
  • 3c2624538b
    Correct documentation for InOrStdin (#929) Daniel Esponda 2020-02-20 12:42:29 -0600
  • 0da0687426
    Add support for context.Context Alexandr Burdiyan 2020-02-20 07:29:50 +0100
  • 21cab29ef9
    fix: undefined er (#1039) Andrea Falzetti 2020-02-19 16:20:06 +0000
  • 89c7ffb512 Bump year on golden files (#1010) Nickolas Kraus 2020-01-06 12:10:57 -0600
  • bf26895664 Fix regression when calling *_custom_func (#1001) Marc Khouzam 2019-12-26 12:55:42 -0500
  • 447f182a9d
    format tpl/main.go templates (#980) Joshua Harshman 2019-12-23 13:51:40 -0700
  • 0d9d2d46f3 Revert change so help is printed on stdout again (#1004) Marc Khouzam 2019-12-23 13:38:24 -0500
  • b04b5bfc50 substitute wrong word in md_docs (#998) Stefano Guerrini 2019-12-02 14:04:30 +0100
  • 77e4d5aecc Update md2man to v2.0.0 (#977) Peter Fern 2019-10-20 09:17:41 +1100
  • 8a4b46fadf update viper to v1.4.0 (#953) umarcor 2019-10-14 05:11:37 +0200
  • c022f6fabd Update README.md (#944) XuZvvHYmZfYdWJNRunkJ 2019-10-07 14:41:51 -0700
  • 48e6ac4718
    update doc w/ newer cmd/root.go example (#973) Joshua Harshman 2019-10-07 15:31:10 -0600
  • 3745fcd262
    add goreportcard to readme (#971) Joshua Harshman 2019-10-03 15:53:10 -0600
  • 19cf35ea77 fix: ensure that testproject is removed even after a failure (#948) umarcor 2019-09-17 17:02:42 +0200
  • 606aa5792c Used goimports to fix import order (#912) Christian Muehlhaeuser 2019-09-17 04:17:19 +0200
  • 4f2877d412 clean(travis): remove shellcheck from before_install (#947) umarcor 2019-09-17 04:08:40 +0200
  • b80588d523 fix undefined cfgFile in documentation (#924) Gregoire Mahe 2019-08-05 17:56:17 +0200
  • 993cc5372a Adjustments per PR review feedback from @bogem Bruce Downs 2019-08-01 09:47:14 -0700
  • d85196337c Correct all complaints from goimports Bruce Downs 2019-07-30 15:32:58 -0700
  • 51f06c7dd1 Correct all complaints from golint Bruce Downs 2019-07-30 15:26:11 -0700
  • 9334a46bd6 Return an error in the case of unrunnable subcommand Bruce Downs 2019-07-29 23:36:50 -0700
  • 9552679939 Add idiomatic handling of go error in distinct main func Bruce Downs 2019-07-29 23:34:42 -0700
  • af29f95b81 Add ignore of cobra posix binary and all of intellij generated files Bruce Downs 2019-07-29 23:32:32 -0700
  • 1c9c46d5c1
    Update Generator Docs to reflect changes brought in #817 (#904) Joshua Harshman 2019-07-24 10:10:51 -0600
  • 2d7544ebde fix missing newline in cmd/add (#905) umarcor 2019-07-15 17:44:15 +0200
  • 9a31ddff0e Add Linkerd to list of projects using Cobra (#892) Carol A. Scott 2019-07-12 08:55:10 -0700
  • 21f39ca07e bash: fix shellcheck errors (#889) rsteube 2019-07-11 20:18:47 +0200
  • f2b07da1e2 fixing linter issues Juan Leni 2019-05-15 18:53:39 +0200
  • b635726081 considering stderr in UsageString Juan Leni 2019-05-15 18:49:16 +0200
  • e35034f0da Add tests Alessio Treglia 2019-04-30 18:41:56 +0100
  • cb27ce11fb Deprecate and maintain backwards compatibility Juan Leni 2019-02-13 06:32:16 +0100
  • 618bc00f80 Allow for explicit output to err/stderr Juan Leni 2019-02-11 16:06:55 +0100
  • 0ea93dd60d Fixed linter issues Juan Leni 2019-02-11 08:22:54 +0100
  • 4a716d101b Extending redirection to stdout, stderr, stdin Juan Leni 2019-02-11 07:10:59 +0100
  • 5f23f55c81 Update README.md Go Frendi Gunawan 2019-06-04 11:25:58 +0700
  • 9eb9f5c66b Add gardenctl to projects build using Cobra ialidzhikov 2019-04-14 21:35:42 +0300
  • 2411ac592a remove unused struct fields Joshua Harshman 2019-05-07 11:22:21 -0600
  • 984374f5b6 clean up testproject files after test executes jharshman 2019-01-30 20:09:57 -0800
  • 11aa612384 test add jharshman 2019-01-30 19:47:38 -0800
  • 303a3e5160 vgo - strip out unused methods jharshman 2019-01-30 01:49:57 -0800
  • 0bb1506d25 remove commented field in struct jharshman 2019-01-30 01:45:15 -0800
  • 2fea75b02e vgo - add command working jharshman 2019-01-30 01:44:39 -0800
  • 3c42f846c2 fix duplicated dir jharshman 2019-01-30 01:38:24 -0800
  • 221bae3986 depricate package name flag jharshman 2019-01-30 01:37:10 -0800
  • b8ad19ad0d reorder some operations jharshman 2019-01-30 01:34:31 -0800
  • 732e4db0d4 vgo - trim some uneeded data from struct jharshman 2019-01-30 01:33:04 -0800
  • c7ac101cf8 vgo - fixing up the add op to work with vgo jharshman 2019-01-30 01:24:26 -0800
  • 3741457400 add CommandTemplate jharshman 2019-01-30 00:58:29 -0800
  • 50665e9993 vgo - update golden templates jharshman 2019-01-30 00:46:53 -0800
  • 642c3c7a0e vgo - compare generated files against golden files jharshman 2019-01-30 00:33:51 -0800
  • e993d53002 vgo - take named directory or current wd jharshman 2019-01-30 00:20:25 -0800
  • 04af6aed80 vgo - add todo jharshman 2019-01-30 00:02:51 -0800
  • c3b51f3a2e simplify test jharshman 2019-01-29 23:41:41 -0800
  • 4c22a20fd4 vgo - remove unused methods jharshman 2019-01-29 20:35:27 -0800
  • 73b5215dc7 vgo - fix format jharshman 2019-01-29 20:28:47 -0800
  • 44c2d482f6 fix calling to createLicenseFile jharshman 2019-01-29 20:27:46 -0800
  • 91dbcb7ffe remove commented code jharshman 2019-01-29 20:26:08 -0800
  • 5b1685faaa vgo - generate license jharshman 2019-01-29 20:25:38 -0800
  • abab9aa52a vgo - add Create method to Project struct jharshman 2019-01-29 19:34:11 -0800
  • 69420a9ffa vgo - create directory jharshman 2019-01-29 19:11:26 -0800
  • 17dc9f8142 fixing up templates more jharshman 2019-01-29 01:19:08 -0800
  • 26d210e2cd vgo - fixing up the root template jharshman 2019-01-29 01:07:11 -0800
  • c356c6491b add .idea/* to gitignore jharshman 2019-01-29 00:48:25 -0800
  • 80ea2901b6 vgo-support - re-working code generator jharshman 2019-01-29 00:46:54 -0800
  • d658160bdd Add markdown file explaining support for PowerShell Jan Kuehle 2018-12-17 23:20:45 +0000
  • 21ccc7b307 Add basic PowerShell completions Jan Kuehle 2018-12-17 23:01:34 +0000
  • e2c45ac9eb Started working on Unified API for the various shell completions: Haim Ashkenazi 2018-06-03 22:08:30 +0300
  • 601d83077b typo in zsh-completions.md Haim Ashkenazi 2018-03-23 13:57:53 +0300
  • edbb6712e2 zsh-completions: implemented argument completion. Haim Ashkenazi 2018-03-23 13:09:56 +0300
  • d262154093 zsh-completion: tidy up function and variable names Haim Ashkenazi 2018-03-22 19:58:25 +0200
  • 8822449c0f zsh-completion: added escapinng of single quotes in flag description. Haim Ashkenazi 2018-03-17 20:55:27 +0200
  • 66a98807d4 zsh-completion: test to verify that we're always running on root cmd. Haim Ashkenazi 2018-03-05 01:09:55 +0200
  • 7b62c7df78 zsh-completion: --version and --help still doesn't work correctly Haim Ashkenazi 2018-03-05 00:46:00 +0200
  • 7ce08e227e zsh-completion: completion should always parse the root command! Haim Ashkenazi 2018-03-04 23:56:31 +0200
  • 91e80cc4a4 zsh-completion: remove bad test Haim Ashkenazi 2018-03-03 20:34:00 +0200
  • 0d9a33d2da zsh-completion: remove temporary file Haim Ashkenazi 2018-03-03 14:50:58 +0200
  • 50f385938e zsh-completion: added support for filename globbing. Haim Ashkenazi 2018-03-02 08:42:52 +0200
  • bda855a1a0 zsh-completions: fixed zsh completion markdown file name. Haim Ashkenazi 2018-03-01 08:53:25 +0200
  • dd577bdf31 zsh-completion: added zsh-completion documentation. Haim Ashkenazi 2018-03-01 08:50:20 +0200
  • 461a39d5b9 zsh-completion: removed forgotten function. Haim Ashkenazi 2018-03-01 08:02:33 +0200
  • df12a0a249 zsh-completion: two fixes for identifying flag usage: Haim Ashkenazi 2018-02-28 21:52:35 +0200
  • e9ee8f0446 zsh-completion: removed the _dep_ files. Haim Ashkenazi 2018-02-28 21:09:10 +0200
  • ec4b8c974c zsh-completions: revised flags completion rendering + new features: Haim Ashkenazi 2018-02-28 17:04:17 +0200
  • e8018e8612 zsh-completion template refactoring: Haim Ashkenazi 2018-02-28 12:49:53 +0200