Commit graph

  • 7dc860db89 Merge remote-tracking branch 'spf13/master' into zsh-completion Haim Ashkenazi 2018-03-03 14:50:22 +0200
  • 3fa7d6884c
    Merge 46f41fce47 into c6c44e6fdc Daniel Nephin 2018-03-02 17:36:41 +0000
  • 6ada43c6e8 zsh-completion: added support for filename globbing. Haim Ashkenazi 2018-03-02 08:42:52 +0200
  • c6c44e6fdc Update the bash completion example for kubectl (#645) Bilal Amarni 2018-03-01 19:15:57 +0100
  • 124f490fec
    Update the bash completion example for kubectl Bilal Amarni 2018-03-01 15:22:10 +0100
  • 11cf991a56 zsh-completions: fixed zsh completion markdown file name. Haim Ashkenazi 2018-03-01 08:53:25 +0200
  • 43f884fa23 zsh-completion: added zsh-completion documentation. Haim Ashkenazi 2018-03-01 08:50:20 +0200
  • d925cc6916 zsh-completion: removed forgotten function. Haim Ashkenazi 2018-03-01 08:02:33 +0200
  • 9df4b2fced zsh-completion: two fixes for identifying flag usage: Haim Ashkenazi 2018-02-28 21:52:35 +0200
  • be021cb03a zsh-completion: removed the _dep_ files. Haim Ashkenazi 2018-02-28 21:09:10 +0200
  • c99a50b65c Merge upstream into zsh-completion Haim Ashkenazi 2018-02-28 17:14:40 +0200
  • f7c1ed9054 zsh-completions: revised flags completion rendering + new features: Haim Ashkenazi 2018-02-28 17:04:17 +0200
  • 91a14a05fe zsh-completion template refactoring: Haim Ashkenazi 2018-02-28 12:49:53 +0200
  • 6644d46b81 Prefix bash functions with root command name (#643) John McCabe 2018-02-28 05:38:38 +0000
  • cd2785071c
    Test filename extension and subdirs_in_dir for subcommands John McCabe 2018-02-28 01:55:46 +0000
  • 27b77a6b6e Prefix bash functions with root command name John McCabe 2018-02-28 00:33:34 +0000
  • 6e93d49a67 Fix import ordering Chris Williams 2018-02-27 16:15:26 -0800
  • 991feef2f5 zsh-completion: added support for subcommand description. Haim Ashkenazi 2018-02-26 22:31:06 +0200
  • 487d155ee2 Help belongs on stderr Chris Williams 2018-02-26 11:27:49 -0800
  • ddad852e88 Maintain identical output Chris Williams 2018-02-26 11:11:58 -0800
  • b3917f15b3 Return an error if not runnable Chris Williams 2018-02-26 10:52:51 -0800
  • c978c0bd7d Merge remote-tracking branch 'spf13/master' into zsh-completion Haim Ashkenazi 2018-02-25 14:17:08 +0200
  • 7091b88f98 zsh-completion ignores hidden commands and flags :) Haim Ashkenazi 2018-02-25 14:12:58 +0200
  • 892ebc0721 zsh-completion fixed reference to cmd name Haim Ashkenazi 2018-02-25 08:20:34 +0200
  • 3100f0b575 First try at better zsh completions: Haim Ashkenazi 2018-02-24 18:53:13 +0200
  • a1e4933ab7 Bash completion aliases (#638) Rajat Jindal 2018-02-21 09:51:53 -0800
  • e149968eaf add documentation for bash alias Rajat Jindal 2018-02-21 09:09:13 -0800
  • 1a618fb24b
    Do not add a space after a single flag completion (#625) Eric Paris 2018-02-21 07:50:56 -0800
  • 741bcadda3 Add a hook function called when searching a command to be executed Wataru Ishida 2016-12-15 07:49:16 -0500
  • bbb85f0691 remove print statement Rajat Jindal 2018-02-18 18:30:06 -0800
  • ceddf29ec7 add cmdname to rootcmdname Rajat Jindal 2018-02-18 18:28:24 -0800
  • 6aa26fd0a6 pull from remote Rajat Jindal 2018-02-18 18:03:13 -0800
  • 47e654fe04 support cmdAliases Rajat Jindal 2017-12-06 23:57:25 -0800
  • 26aa2c0695 #578: allow aliases to work with completions Rajat Jindal 2017-11-29 14:37:41 -0800
  • 8df42ed8a2 alias support with bash completions Rajat Jindal 2018-02-18 17:47:32 -0800
  • be77323fc0 Try out CircleCI. (#630) Ricardo N Feliciano 2018-02-11 08:22:30 -0800
  • fd32f09af1 Fix generated bash completion for Bash 3 (OSX) (#520) John McCabe 2018-02-08 21:34:46 +0000
  • 1a8706a828
    Include a basic example #465 Jason Hendry 2018-02-06 21:36:26 +1100
  • 00733e92af Try out CircleCI. Ricardo N Feliciano 2018-02-05 13:46:09 -0800
  • 93959269ad Add Execute func example in README.md (#629) Phillip Johnsen 2018-02-05 23:42:58 +0100
  • b2348bcf84
    Add Execute func example in README.md Phillip Johnsen 2018-02-05 23:10:04 +0100
  • c2bbfaa12d Add usage example for required flags (#627) Jake Dodd 2018-02-05 11:53:53 -0800
  • c91392c8a5 Explain new behavior in MarkFlagRequired godocs jakekdodd 2018-02-05 11:41:49 -0800
  • 46819c09f3 Update Bash completion tests John McCabe 2017-08-25 22:37:14 +0100
  • fc5612606f Pass cmd into writeFlagHandler John McCabe 2017-08-25 22:35:19 +0100
  • 39acf2d7e7 Fix function names in writeFlagHandler John McCabe 2017-08-25 22:19:33 +0100
  • 4a60e13b9c Make preamble functions unique to command John McCabe 2017-08-25 21:53:13 +0100
  • eb58983359 Add CalledAs method to cobra.Command (w/ tests) (#567) Tim Peoples 2018-02-04 08:58:53 -0800
  • 9979838ec4 Fix attemptd assignment to non-variable in bash 3 (#628) Kazuki Suda 2018-02-05 01:42:17 +0900
  • eb6111705f Use -gt instead of > Kazuki Suda 2018-02-04 23:02:14 +0900
  • f1f7ec2c85 Fix attemptd assignment to non-variable in bash 3 Kazuki Suda 2018-02-04 22:10:59 +0900
  • ee504cbef1 Add usage example for required flags jakekdodd 2018-02-02 17:16:17 -0800
  • 3a7eb146ba fix grammatical error in command.go (#626) Shamus Taylor 2018-02-02 00:04:56 -0600
  • d63aa3aa93
    fix grammatical error in command.go Shamus Taylor 2018-02-01 18:06:38 -0600
  • 9b4d25b7e9 Do not add a space after a single flag completion Eric Paris 2018-01-29 21:23:24 -0600
  • f91529fc60 Fix a couple typos (#621) Ryan Guest 2018-01-23 23:31:43 -0800
  • 2f71e9e42c Fix a couple typos Ryan Guest 2018-01-23 08:59:37 -0800
  • 5857d322c8 Add Set* functions to allow overriding of localised values after create Nathan Rijksen 2018-01-22 14:20:47 -0500
  • 46f41fce47 Refactor to re-use more code between Traverse and stripFlags() Daniel Nephin 2018-01-17 13:46:54 -0500
  • b1195d1aef mergePersistentFlags in Traverse Gary Miller 2018-01-17 17:50:02 +1100
  • e3696aed41 Merge 1972d4ec3b into 0c34d16c31 wxio 2018-01-16 06:03:39 +0000
  • 1972d4ec3b merge flags & check bool regular flag Gary Miller 2018-01-16 16:30:46 +1100
  • 92aeee7d6c test if short flag is a bool setting inFlag Gary Miller 2018-01-16 13:16:07 +1100
  • 0c34d16c31
    cmd: Fix #612 (#614) Albert Nigmatzianov 2018-01-15 17:09:33 +0100
  • 1e75c3e13b cmd: Fix #612 Albert Nigmatzianov 2018-01-15 16:58:59 +0100
  • b95ab734e2 Remove trailing whitespace in rootcmd (#606) Patrick Uiterwijk 2017-12-31 11:15:56 +0100
  • 4a177a2ba5 Remove trailing whitespace in rootcmd Patrick Uiterwijk 2017-12-30 13:56:22 +0100
  • 0060560141 I had a whitespace to much in init.go:init() which shouldn't be there. Fixes failing CirleCI test Raphael Tiersch 2017-12-25 14:33:02 +0100
  • b1f355e936 Added/Corrected golden file test for creating a project named testproject with viper active Raphael Tiersch 2017-12-25 14:24:22 +0100
  • ad974c59c7 Merge branch 'master' into forkMaster Raphael Tiersch 2017-12-22 15:21:14 +0100
  • f17ce42b2e Added --description flag to cobra tool Giuseppe Maxia 2017-12-13 11:24:59 +0100
  • d018fcb53c fix indentation Rajat Jindal 2017-12-07 00:02:22 -0800
  • 3e43000132 support cmdAliases Rajat Jindal 2017-12-06 23:57:25 -0800
  • ccaecb155a Ensure that '--version' flag works properly for root command (#595) Nick Miyake 2017-12-06 23:49:35 -0800
  • f8d9e63479 Ensure that '--version' flag works properly for root command Nick Miyake 2017-12-06 23:08:30 -0800
  • c156af3984 Explain OnInitialize better in the GoDoc (#594) Jonathan Hall 2017-12-06 19:18:45 +0100
  • 40e3504777 Explain OnInitialize better in the GoDoc Jonathan Hall 2017-12-06 18:29:51 +0100
  • de2d9c4eca Add alibaba/pouch in README.md (#593) Allen Sun 2017-12-04 07:13:25 -0600
  • 8c630aca65 doc: add alibaba/pouch in README.md Allen Sun 2017-12-04 20:01:31 +0800
  • 3a5f27b046 doc: Add a necessary blank line after SEE ALSO (#592) Allen Sun 2017-12-04 04:43:02 -0600
  • d7e2da1619 test: add a necessary blank line after SEE ALSO Allen Sun 2017-12-04 17:40:09 +0800
  • 45a52e208c doc: Remove one additional blank line after Synopsis (#591) Allen Sun 2017-12-04 03:21:50 -0600
  • 292c2dbe65 test: remove one additional blank line after Synopsis Allen Sun 2017-12-04 17:02:31 +0800
  • 9e471089f7 Merge f7cf027053 into 86783686ca Mester 2017-12-03 19:08:33 +0000
  • 86783686ca Add documentation for '--version' flag to README (#590) Nick Miyake 2017-12-02 09:59:49 -0800
  • 084fc5b0e4 Add documentation for '--version' flag to README Nick Miyake 2017-12-02 08:57:45 -0800
  • b1ec2ce1ad Add support for --version flag (#584) Nick Miyake 2017-12-01 13:37:16 -0800
  • aaf72acb8f Add support for --version flag Nick Miyake 2017-12-01 13:19:20 -0800
  • 1fa4fb4d3b #578: allow aliases to work with completions Rajat Jindal 2017-11-29 14:37:41 -0800
  • 1be1d2841c Make rootCmd private Nick Miyake 2017-11-22 16:13:03 -0800
  • e95cb7d71f Make rootCmd private Nick Miyake 2017-11-22 16:13:03 -0800
  • fb02817f3c Fix README example to be consistent with others (#585) Nick Miyake 2017-11-22 13:30:46 -0800
  • d8e99bec20 Fix README example to be consistent with others Nick Miyake 2017-11-22 13:25:52 -0800
  • 19e54c4a2b Update error message for missing required flags (#580) Nick Miyake 2017-11-19 01:22:51 -0800
  • 34ceca591b Disable flags in UseLine (#552) Daniel Nephin 2017-11-19 02:58:54 -0500
  • 27d3764e77 Merge 16823c44f6 into d6948b782c Di Xu 2017-11-19 05:14:23 +0000
  • 16823c44f6 remove hard-coded "[flags]" in UseLine Di Xu 2017-11-19 13:10:10 +0800
  • 24f029a906 Update error message for missing required flags Nick Miyake 2017-11-17 22:31:09 -0800
  • d6948b782c Fix minor typo (#579) Tyler Butler 2017-11-16 21:24:59 -0800
  • 0289834e7a
    Fix minor typo Tyler Butler 2017-11-16 20:40:12 -0800