Commit graph

  • 3d89ed4908 Add only missing persistent flags of parents in mergePersistentFlags Albert Nigmatzianov 2017-04-06 15:28:17 +0200
  • 6202b5942b Refactor flags mechanisms Albert Nigmatzianov 2017-04-05 18:44:50 +0200
  • a3cd8ab85a Use os.Getenv("HOME") instead of "$HOME" for windows compatibility (#337) Elliot Morrison-Reed 2017-04-20 15:35:06 +0200
  • 83af8d167b Merge 1a428baa9d into b655df6ce8 Christo De Lange 2017-04-20 07:30:24 +0000
  • da49d74fb6 Merge 088e856e8b into b655df6ce8 Albert Nigmatzianov 2017-04-19 14:17:35 +0000
  • 9c72078489 Add TestSortedFlags Albert Nigmatzianov 2017-04-19 13:59:20 +0200
  • afc0c206a7 Make parentsPflags more flexible Albert Nigmatzianov 2017-04-19 11:17:48 +0200
  • 2f6169836e Use AddFlagSet instead of self-written function Albert Nigmatzianov 2017-04-19 10:50:00 +0200
  • 7491f01871 Add merging of CommandLine flags to Root command Albert Nigmatzianov 2017-04-19 10:49:22 +0200
  • 9b9d66f00c Fix tests Albert Nigmatzianov 2017-04-19 10:48:35 +0200
  • f2b7077028 Add only missing persistent flags of parents in mergePersistentFlags Albert Nigmatzianov 2017-04-06 15:28:17 +0200
  • e8814be123 Refactor flags mechanisms Albert Nigmatzianov 2017-04-05 18:44:50 +0200
  • 110b3a666e Merge 59e2709e24 into b655df6ce8 Christo De Lange 2017-04-19 13:42:09 +0000
  • e1c505d5e9 Merge 96d04d97d5 into b655df6ce8 Philippe Ombredanne 2017-04-19 13:42:09 +0000
  • 5817059a4e Merge e475944a90 into b655df6ce8 Faissal Elamraoui 2017-04-19 13:42:09 +0000
  • b655df6ce8 Get rid of flagErrorBuf (#417) Albert Nigmatzianov 2017-04-19 15:23:43 +0200
  • f95d58bdf3 Fix #401 (#402) Albert Nigmatzianov 2017-04-19 14:39:58 +0200
  • 68864272e5 Get rid of flagErrorBuf Albert Nigmatzianov 2017-04-19 14:29:15 +0200
  • b6cb395893 Fix typo in docstring (#360) Théotime Lévêque 2017-04-17 10:03:07 -0700
  • 0a0df1e881 Use valid exit code value in os.Exit call (#405) korya 2017-04-17 13:02:17 -0400
  • 9350054794 Keep only one newline between Aliases and Flags in help (#410) Albert Nigmatzianov 2017-04-17 18:55:55 +0200
  • 0c2cf1dc8e Merge 8ec63a6ebe into 5deb57bbca Jared Bydeley 2017-04-17 15:48:44 +0000
  • 5deb57bbca Fixed completion of dash parameters arguments (#415) tomerf 2017-04-08 17:45:37 +0300
  • 2b8ff39c6e Fixed completion of dash parameters arguments Tomer Froumin 2017-04-08 17:26:43 +0300
  • 7aeaa2cce6 Avoid storing pointer to nil (#411) Tamir Duberstein 2017-04-02 10:14:34 -0400
  • 61a4023def
    Avoid storing pointer to nil Tamir Duberstein 2017-04-01 19:15:32 -0400
  • f2b7c790dd
    Fix shellcheck Tamir Duberstein 2017-04-01 19:15:19 -0400
  • b85db2fc1b Keep only one newline between Aliases and Flags in help Albert Nigmatzianov 2017-04-01 23:03:06 +0200
  • 6421115516 doc: Fix govet complaints (#408) Albert Nigmatzianov 2017-04-01 22:45:39 +0200
  • ce3e0d25c1 doc: Fix govet complaints Albert Nigmatzianov 2017-03-31 15:13:32 +0200
  • 7fbe2b654c Use go get so missing dependencies are fetched Francesc Campoy 2017-03-28 16:23:54 -0700
  • 5d83214f6c Use valid exit code value in os.Exit call korya 2017-03-28 13:38:44 -0400
  • 97b661963b doc: Add tests Albert Nigmatzianov 2017-03-24 22:40:39 +0500
  • 424a56a206 doc: Add and edit docs Albert Nigmatzianov 2017-03-24 10:46:49 +0500
  • 7be4beda01 remove help command before adding it (#399) Tamir Duberstein 2017-03-14 13:12:53 -0400
  • f909962338
    remove help command before adding it Tamir Duberstein 2017-03-13 21:46:38 -0400
  • 16c014f1a1 Add "docker" to readme Sebastiaan van Stijn 2016-07-16 17:09:30 +0200
  • 0960ff7fa9 Rename IsHelpCommand to IsAdditionalHelpTopicCommand (#398) Albert Nigmatzianov 2017-03-09 20:37:15 +0500
  • a78d789edf Rename IsHelpCommand to IsAdditionalHelpTopicCommand Albert Nigmatzianov 2017-03-09 18:22:31 +0500
  • 24bb44aac8 Fix SilenceUsage and SilenceErrors in readme (#397) Nikola Kovacs 2017-03-08 20:37:25 +0100
  • ef2c2c024d Fix SilenceUsage and SilenceErrors in readme Nikola Kovacs 2017-03-07 10:44:32 +0100
  • 1c86c339af cobra create is cobra init Adrián López 2017-03-04 12:46:09 +0100
  • fcd0c5a1df Some fixes related to help command (#394) Albert Nigmatzianov 2017-03-01 00:17:48 +0500
  • 1375fdb780 Fix output of help if it's invalid command Albert Nigmatzianov 2017-02-27 14:19:59 +0500
  • f8b7358055 Make UsageTemplate show help command Albert Nigmatzianov 2017-02-27 14:17:45 +0500
  • b9f1cd5c42 Add dots in the end of docs Albert Nigmatzianov 2017-02-27 14:17:30 +0500
  • 92ea23a837 Fix subcommand locations with NoOptDefValue flags (#391) Eric Paris 2017-02-23 08:12:51 -0500
  • ee4055870c Update the Travis Go versions Bjørn Erik Pedersen 2017-02-17 17:44:07 +0100
  • 223844bc1a Fix subcommand locations with NoOptDefValue flags Eric Paris 2017-02-09 14:57:38 -0500
  • b5d8e8f46a cache command name (#390) Di Xu 2017-02-10 00:54:17 +0800
  • a04b678370 cache command name Di Xu 2017-02-07 22:52:28 +0800
  • 99600f6874 Add a tags field for user defined tags on a Command. (#359) Daniel Nephin 2017-02-07 16:20:48 -0500
  • 004d1598d0 Add a tags field for user defined tags on a Command. Daniel Nephin 2016-11-03 12:40:59 -0600
  • 35136c09d8 Added support for yaml ouptut in docs gen (#380) French Ben 2017-01-30 13:45:31 -0800
  • c29ece4386 Go vet (#345) Vincent Batts 2017-01-26 14:32:19 -0500
  • 0f056af21f Added godocs to public methods. (#386) Oleg Atamanenko 2017-01-24 11:30:45 -0500
  • d6217f4e11 Fix gofmt formatting. Oleg Atamanenko 2017-01-23 13:24:17 -0500
  • 760b290e91 Added godocs to public methods. Oleg Atamanenko 2017-01-23 11:48:49 -0500
  • f29c8eaf0f Merge 7c32580196 into dc208f4211 Calum Gardner 2017-01-19 15:57:45 +0000
  • dc208f4211 Added useful info for setting up bash autocompletion. (#384) Apurva Chitnis 2017-01-18 18:55:16 +0000
  • e95783944b Added useful info for setting up bash autocompletion. Apurva Chitnis 2017-01-18 18:46:16 +0000
  • a25becd535 Add EnableWindowsMouseTrap variable again (removed in commit 193b182195) José Luis Ledesma 2017-01-17 14:25:22 +0100
  • dc9942b191 Merge 8c619f31e7 into 1dd5ff2e11 Gyu-Ho Lee 2017-01-12 22:26:01 +0000
  • d404c53e88 fixes config flag behaviour. related to #374 #375 Piyush Mishra 2017-01-12 14:09:05 +0530
  • 056ba9b740 Added support for yaml ouptut in docs gen French Ben 2017-01-11 15:48:38 -0800
  • e475944a90 Adds current working directory as config path Faissal Elamraoui 2016-12-31 11:23:32 +0100
  • 1dd5ff2e11 Make SEE ALSO references and generated file names agree with each other. Raphael 'kena' Poss 2016-09-04 11:42:13 +0000
  • de09d9ce07 Update README with missing import statements (#373) Philipp Muens 2016-12-22 16:12:50 +0100
  • db893ea284 Update README with missing import statements Philipp Muens 2016-12-22 08:00:23 +0100
  • b62566898a fmt package should be imported (#370) Qinglan Peng 2016-12-14 23:19:52 +0800
  • 2dd26660c8 fmt package should be imported Qinglan Peng 2016-12-14 22:26:33 +0800
  • 3c49a47b3c Added an UnknownCommandFunc to allow for custom handling of unknown commands Mark Bates 2016-12-13 18:27:32 -0500
  • 45bfd072b4 gofmt Valentin Tjoncke 2016-12-08 13:15:51 +0100
  • 2e5fe48aff Merge 7fbe0bde7b into 9495bc009a Valentin Tjoncke 2016-11-17 01:06:19 +0000
  • 9495bc009a echo msg not echo msg msg (#364) Yuanxiao 2016-11-16 21:20:53 +0800
  • 9e6fb08bb1 echo msg not echo msg msg yuanxiao 2016-11-16 11:22:26 +0800
  • 6b74a60562 Update doc/man_docs.md (#363) Julien Kassar 2016-11-15 09:16:05 -0500
  • 9a68958502 Update doc/man_docs.md Julien Kassar 2016-11-15 09:00:01 -0500
  • 7fbe0bde7b Fix #269 nouney 2016-11-08 00:53:54 +0100
  • 42fd3c74d6 Fix typo in docstring Theotime Leveque 2016-11-07 18:30:52 -0500
  • 96d04d97d5 Fix the GPL license headers and texts Philippe Ombredanne 2016-10-26 16:55:57 +0200
  • 6e91dded25 Make gofmt -s pass (#355) Ben Gadbois 2016-10-25 18:28:26 -0700
  • a20ce4d539 gofmt -s command test Ben Gadbois 2016-10-25 19:59:21 +0200
  • 856b96dcb4 Merge pull request #353 from bogem/helpfunc Eric Paris 2016-10-14 18:20:36 -0400
  • 011f19e8ec Fix condition in HelpFunc bogem 2016-10-14 13:41:00 +0200
  • ec2fe78599 Merge pull request #286 from dnephin/merge_flags_before_adding_help Eric Paris 2016-10-10 11:14:18 -0400
  • b620a7591d Merge pull request #283 from dnephin/add_flag_usage_func Eric Paris 2016-10-10 11:13:51 -0400
  • 67feb8173c Add support for setting a function to handle flag parsing errors. Daniel Nephin 2016-05-25 14:27:02 -0700
  • 40d25d2c31 Compatibility for multiple GOPATH workspaces irfan sharif 2016-10-01 20:51:36 -0400
  • 59e2709e24 Generated apps will need to inherit this fix DLDInternet 2016-09-27 20:13:54 -0400
  • 78ca2b3bdd gofmt -d -s . DLDInternet 2016-09-27 19:56:13 -0400
  • a7a96310e0 Set the defaults BEFORE considering a --config CLI argument DLDInternet 2016-09-27 19:45:23 -0400
  • 1a428baa9d Adhere to gofmt -d -s . Christo De Lange 2016-09-27 19:37:28 -0400
  • 3a67b686d1 Set the defaults BEFORE considering a --config CLI argument Christo De Lange 2016-09-27 19:26:22 -0400
  • d8271a7c29
    test: cleanup for go vet Vincent Batts 2016-09-08 09:49:50 -0400
  • d99d0713f1
    bash_completions: cleanup for go vet Vincent Batts 2016-09-08 09:45:52 -0400
  • 14c5913acd Make SEE ALSO references and generated file names agree with each other. Raphael 'kena' Poss 2016-09-04 11:42:13 +0000
  • 9c28e4bbd7 Merge pull request #339 from bogem/fixes Eric Paris 2016-08-30 13:49:25 -0400
  • 5da98880f3 Edit documentation bogem 2016-08-30 22:14:27 +0500
  • 101d434d44 Simplify OnInitialize func bogem 2016-08-30 21:58:52 +0500