Commit Graph

  • 8377361429 Add extra feedback on successful initialization spf13 2015-10-28 13:45:33 -0400
  • 4f2eaa858f removing some extra prints spf13 2015-10-28 13:45:08 -0400
  • a7defd47ef add add command functionality to cobra spf13 2015-10-28 13:43:58 -0400
  • ea5bc31ac4 Add cobra generator application spf13 2015-10-28 12:51:48 -0400
  • 230787ee13 Merge pull request #169 from apriendeau/silence-errors Eric Paris 2015-10-26 19:12:39 -0500
  • 2244c3923a [silence-errors]: adds comments around code Austin Riendeau 2015-10-26 17:42:06 -0600
  • 4729b374ae [silence-errors]: adds Silence Usage Austin Riendeau 2015-10-26 17:38:08 -0600
  • 03aabcda72 adds inheritance for SilenceErrors Austin Riendeau 2015-10-25 21:17:39 -0600
  • f6e1a2df92 [silence-errors]: -m adds a way for errors to silenced down the stack Austin Riendeau 2015-10-25 19:58:53 -0600
  • 8b2293c741 Merge pull request #167 from siddharthist/docs/ArgsLenAtDash Eric Paris 2015-10-13 17:51:39 -0500
  • c4d6dbe059 Added documentation for ArgsLenAtDash siddharthist 2015-10-13 15:37:14 -0700
  • d732ab3a34 Merge pull request #164 from vikstrous/fix_bug Eric Paris 2015-09-30 09:31:26 -0400
  • 72ee37f33e fix bug with PersistentPreRunE Viktor Stanchev 2015-09-30 00:09:17 -0700
  • 046a673252 Merge pull request #163 from fabianofranz/siblings_improvements Eric Paris 2015-09-29 11:27:22 -0400
  • a83a172122 Improve suggestions - add explicit SuggestFor attribute Fabiano Franz 2015-09-25 12:04:28 -0300
  • 3afa4db2c6 Improve suggestions - prefix will match Fabiano Franz 2015-09-25 11:41:47 -0300
  • 53d96508f5 Merge pull request #160 from eparis/len-at-dash Eric Paris 2015-09-17 16:09:08 -0500
  • edde52e321 Provide the length of Args when a -- is found in commandline Eric Paris 2015-09-16 12:31:41 -0400
  • 4b76e97cd6 Merge pull request #158 from eparis/more-errors-in-test Eric Paris 2015-09-15 22:57:41 -0500
  • 664a3ab4a3 Merge pull request #159 from eparis/travis Eric Paris 2015-09-15 22:57:29 -0500
  • 6e4e76655d More error output if a could of _test fail Eric Paris 2015-09-15 18:02:03 -0400
  • 79996f7fcf Update travis to use more versions of go Eric Paris 2015-09-15 18:01:43 -0400
  • 6d70311770 Merge pull request #149 from fabianofranz/siblings Eric Paris 2015-09-13 22:44:46 -0500
  • b4087da7eb Allows command suggestions along with "unknown command" errors Fabiano Franz 2015-09-11 17:04:58 -0300
  • b28774dd68 Merge pull request #154 from eparis/fix-trailing-newline Eric Paris 2015-09-11 23:27:51 -0500
  • 632e090805 If nothing after flags: sting print a newline Eric Paris 2015-09-12 00:21:31 -0400
  • eeec8e3ce3 Merge pull request #153 from eparis/remove-useless-assignment Eric Paris 2015-09-11 18:00:59 -0500
  • d96b4f7741 Merge pull request #152 from eparis/no-newline-after-flags Eric Paris 2015-09-11 18:00:50 -0500
  • 1ac08d9d94 UsageTemple: remove useless variable assignment Eric Paris 2015-09-11 18:50:00 -0400
  • 85bb343e9c Merge pull request #151 from eparis/no-newline-without-short Eric Paris 2015-09-11 17:46:37 -0500
  • 0d9b07baf9 Merge pull request #150 from eparis/help-not-available Eric Paris 2015-09-11 17:46:27 -0500
  • 8af2b2b89f No newline after Flags in usage Eric Paris 2015-09-11 18:44:03 -0400
  • 717619095e No leading newline if Short and Long both unset Eric Paris 2015-09-11 18:27:37 -0400
  • 24b4b01ffa Do not cound "help" as "Available" Eric Paris 2015-09-11 18:18:36 -0400
  • 42498ec777 Merge pull request #148 from tamird/trailing-spaces Eric Paris 2015-09-11 17:24:06 -0500
  • 5f83d08ae0 trim trailing whitespace Tamir Duberstein 2015-09-11 13:25:15 -0400
  • 4b86c66ef2 Merge pull request #146 from eparis/is-available-rework Eric Paris 2015-09-09 14:20:07 -0500
  • 3eac1434ef Update IsAvailableCommand checks Eric Paris 2015-09-08 22:43:49 -0400
  • 75d96d75c3 Merge pull request #145 from eparis/man-cleanups Eric Paris 2015-09-08 18:19:27 -0500
  • b625a4db24 Merge pull request #143 from sdomino/feature/hidden-commands Eric Paris 2015-09-08 18:19:22 -0500
  • 6d2f1d2fa7 Ability to hide commands from usage/help text Steve Domino 2015-09-04 14:34:51 -0600
  • edcf765d9f Mangen: allow callers to specify header information Eric Paris 2015-09-08 16:02:02 -0400
  • cfecf1379c manpage generation: Make sure parent in SEE ALSO has dashes Eric Paris 2015-09-08 12:32:15 -0400
  • 68f5a81a72 Merge pull request #141 from eparis/mac-completions Eric Paris 2015-09-04 09:11:03 -0500
  • 32e87e3c8e Enable bash completions on Macs Eric Paris 2015-09-03 16:59:10 -0400
  • 16b4170663 Merge pull request #138 from eparis/cleanup-helpfunc Eric Paris 2015-09-03 15:53:20 -0500
  • 1ba88c48dd Merge pull request #139 from alexanderguy/RunE-is-runnable Bjørn Erik Pedersen 2015-09-02 20:19:19 +0200
  • 823f6890b7 RunE commands should be considered runnable. Alexander Guy 2015-09-02 10:59:31 -0700
  • c2d19e9c43 Use the HelpFunc for the --help flag Eric Paris 2015-09-01 14:10:55 -0400
  • 27bf24802c Redo HelpFunc() to work things other than the help subcommand Eric Paris 2015-09-01 13:58:55 -0400
  • 1f92281ffc Merge pull request #135 from akutz/feature/custom-templ-funcs Eric Paris 2015-09-01 11:55:58 -0500
  • e15d674de6 Merge pull request #134 from apriendeau/master Eric Paris 2015-09-01 11:51:29 -0500
  • 99d2c51143 Merge pull request #137 from eparis/fix-help-template Eric Paris 2015-09-01 11:51:12 -0500
  • f7b419fbe1 Merge pull request #136 from eparis/late-init-help-flag-fix Eric Paris 2015-09-01 11:51:03 -0500
  • 8f9b8c7cba Remove spurious } from the help template Eric Paris 2015-09-01 11:25:13 -0400
  • ae28810f0e Fix the late init help flag Eric Paris 2015-09-01 00:16:41 -0400
  • 5b121bc9fb Template Function Injection akutz 2015-08-31 22:36:55 -0500
  • 4c4f2d9417 Merge pull request #133 from eparis/late-init-help-flag Eric Paris 2015-08-31 09:26:37 -0500
  • 9174039216 #67 creates RunE functions to allow for errors to populate to the top Austin Riendeau 2015-08-30 19:03:16 -0600
  • bab6d45bc6 Initialize the --help flag as late as possible Eric Paris 2015-08-30 12:10:14 -0400
  • 7cd6c9c000 Merge pull request #132 from AntonioMeireles/unbrand-man Eric Paris 2015-08-28 12:09:21 -0500
  • f5d2d93abf turn generated man pages non k8s specific. António Meireles 2015-08-28 17:34:11 +0100
  • e4993076d8 Merge pull request #128 from eparis/genManPages Eric Paris 2015-08-21 01:11:45 -0700
  • 9e7788657f Auto generation of a man page Eric Paris 2015-08-18 15:33:41 -0700
  • db05184446 Merge pull request #127 from eparis/show-commandline-on-parent Eric Paris 2015-08-16 22:42:27 -0700
  • e8bd799c1c Display pflag.CommandLine flags as if they were declared on the parent Eric Paris 2015-08-16 22:14:43 -0700
  • c55cdf3385 Merge pull request #126 from anthonyfok/bash-completion/subdirs-in-dir Eric Paris 2015-08-09 17:25:49 -0500
  • 1e6fdf608f Add new BashCompSubdirsInDir annotation Anthony Fok 2015-08-09 13:30:58 -0600
  • 385fc87e43 Merge pull request #122 from eparis/cleanups Eric Paris 2015-06-29 19:11:20 -0500
  • f453e878d4 Update help template Eric Paris 2015-06-29 20:06:04 -0400
  • 8e127101ec Merge pull request #121 from eparis/cleanups Eric Paris 2015-06-29 17:30:09 -0500
  • 9a9d01c9ec Better error message Eric Paris 2015-06-29 17:05:49 -0400
  • 0a7a850026 Make error handling more obvious Eric Paris 2015-06-09 18:26:25 -0400
  • 6f735782e0 Remove unused ErrHelp check Eric Paris 2015-06-09 15:16:44 -0400
  • 0a1a8e2e92 Remove (unused) cmdErrorBuf Eric Paris 2015-06-09 15:04:14 -0400
  • d0bb3e33e6 rework Find() to make it more obvious what is happening Eric Paris 2015-06-09 13:52:43 -0400
  • 66816bcd03 Merge pull request #119 from eparis/bogus-bad-command Eric Paris 2015-06-22 17:06:05 -0500
  • 07ad27d239 Handle grand children with the same name as the root Eric Paris 2015-06-22 17:26:11 -0400
  • ddd4c82b82 Merge pull request #116 from sgotti/fix_flag_as_unknown_command_in_output Eric Paris 2015-06-22 16:52:47 -0500
  • a8f7f3dc25 Merge pull request #118 from liggitt/file_autocomplete_helper Eric Paris 2015-06-22 14:56:13 -0500
  • 6119fc993e Simplify setting file/extension annotations on a flag Jordan Liggitt 2015-06-22 14:28:16 -0400
  • fb86c5c559 Correctly print the unknown command name Simone Gotti 2015-06-22 10:14:37 +0200
  • 312092086b Merge pull request #115 from skonzem/fix_typos Bjørn Erik Pedersen 2015-06-05 20:08:24 +0200
  • 39e648c2b0 Fix typos in docs Scott Konzem 2015-06-05 13:02:54 -0400
  • 8f5946caae Merge pull request #112 from jlowdermilk/fix-genmarkdowntree Eric Paris 2015-05-20 22:43:41 -0500
  • 7b4b4aaac9 Don't prepend filename in default GenMarkdownTree Jeff Lowdermilk 2015-05-20 17:21:00 -0700
  • d910a04b50 Add Global Normalization Function Anastasis Andronidis 2015-05-14 19:38:15 +0200
  • e0f326dabc Fix root command without subcommands but with arguments Sam Ghods 2015-05-12 18:38:01 -0700
  • c11766b405 slight typo in md_docs.md Eric Paris 2015-05-13 08:38:33 -0500
  • e659faf634 Merge pull request #109 from bep/markdowncustom Bjørn Erik Pedersen 2015-05-13 15:30:04 +0200
  • 1d99c8ff6d genmarkdown: add optional frontmatter- and linkadjustment-funcs bep 2015-05-13 11:27:18 +0200
  • be18870136 Fix two failing tests bep 2015-05-13 11:54:47 +0200
  • bba56042cf Merge pull request #105 from eparis/minor-bash-cleanup Eric Paris 2015-05-04 22:51:16 -0500
  • dff410ab56 make filename extension handling a bash function Eric Paris 2015-05-04 15:44:07 -0400
  • 743fa31b46 Merge pull request #106 from eparis/bash-comp-docs Eric Paris 2015-05-04 15:20:46 -0500
  • 48b95d0594 Make the filename extension bit of docs easier to read. Eric Paris 2015-05-04 16:20:06 -0400
  • 787b737b48 Merge pull request #104 from eparis/minor-bash-cleanup Eric Paris 2015-05-04 13:56:05 -0500
  • f4b3401f9e Clean up minor bash complaints from shellcheck.net Eric Paris 2015-05-04 14:40:27 -0400
  • 7fc9f148dd Merge pull request #102 from andronat/master Eric Paris 2015-05-04 11:57:28 -0500
  • 799a8ef863 Test for Persistent-Run propagation Anastasis Andronidis 2015-05-04 17:57:46 +0200