Commit Graph

  • 4ba3033676 docs(README.md): add link to new videos Kevin K. 2015-04-15 22:57:30 -04:00
  • d516c37f63 docs(README.md): add link to new videos Kevin K. 2015-04-15 22:23:07 -04:00
  • 0322818073 docs(README.md): add details about the new video tutorials Kevin K. 2015-04-15 22:22:08 -04:00
  • d126cfdc69 chore(clap): rebuild docs with nightly rustdoc Kevin K 2015-04-14 16:10:47 -04:00
  • c9f9e38377 chore(clap): increase version Kevin K 2015-04-14 15:47:03 -04:00
  • 1b06a0c56c docs(clap): rebuild documentation with new value_t macros Kevin K 2015-04-14 15:44:52 -04:00
  • 90b7e76091 docs(README.md): add feature typed value macros Kevin K. 2015-04-14 14:44:44 -04:00
  • b8a0edc380 Merge pull request #74 from kbknapp/macros Kevin K. 2015-04-14 14:42:39 -04:00
  • f246fa1778 docs(examples): add examples for value_t! and value_t_or_exit! macros Kevin K 2015-04-14 15:34:44 -04:00
  • 4057d34d93 docs(macros): add documentation covering value_t! and value_t_or_exit Kevin K 2015-04-14 15:02:50 -04:00
  • 0b87251fc0 feat(macros): add ability to get mutliple typed values or exit Kevin K 2015-04-14 14:11:29 -04:00
  • e243fe38dd feat(macros): add ability to get a typed multiple values Kevin K 2015-04-14 13:56:53 -04:00
  • 4b7cd3ea49 feat(macros): add convenience macro to get a typed value or exit Kevin K 2015-04-14 12:30:53 -04:00
  • 8752700fbb feat(macros): add convenience macro to get a typed value Kevin K 2015-04-14 12:06:15 -04:00
  • b67f2e537e docs(clap): fix failing doc tests Kevin K 2015-04-13 22:26:41 -04:00
  • 43955e8c48 chore(docs): rebuild documentation Kevin K 2015-04-13 22:22:16 -04:00
  • 2b3d3fd901 chore(README.md): remove deprecated Arg::new() for Arg::with_name() Kevin K. 2015-04-13 22:21:44 -04:00
  • 3c217b22b9 chore(docs): rebuild documentation Kevin K 2015-04-13 22:19:29 -04:00
  • b389743672 docs(clap): improve examples and documentation as well as include new from_usage() features Kevin K 2015-04-13 22:18:50 -04:00
  • 72b315d792 chore(clap): increase version Kevin K 2015-04-13 18:13:19 -04:00
  • 36160fc47f Merge pull request #71 from kbknapp/from-usage Kevin K. 2015-04-13 17:12:30 -04:00
  • 09497c916b docs(clap): improve readability of examples with App::args_from_usage() Kevin K 2015-04-13 18:08:25 -04:00
  • 91d2904599 fix(from_usage): trim all whitespace before parsing Kevin K 2015-04-13 18:00:55 -04:00
  • b302b8bcd8 chore(clap): increase version Kevin K 2015-04-13 15:39:24 -04:00
  • 22163991da chore(docs): rebuild documentation with new from_usage features Kevin K 2015-04-13 15:36:21 -04:00
  • 0d3ecd8e83 docs(README.md): fix typos in the readme Kevin K 2015-04-13 15:35:26 -04:00
  • 1bc802aa4b docs(README.md): fix typos in the readme Kevin K. 2015-04-13 14:29:40 -04:00
  • 1fcfc9cf27 docs(README.md): fix typos in the readme Kevin K. 2015-04-13 14:22:16 -04:00
  • a4b0ce7426 docs(README.md): update readme examples with new from_usage() methods Kevin K. 2015-04-13 14:19:56 -04:00
  • 24dcc13b03 Merge pull request #70 from kbknapp/from-usage Kevin K. 2015-04-13 14:07:11 -04:00
  • 3710cd6916 fix(tests): fix failing doc tests Kevin K 2015-04-13 15:03:22 -04:00
  • 79e26a6b3e tests(clap-tests): add test support for new from_usage features Kevin K 2015-04-13 14:59:34 -04:00
  • d5d48bcf46 feat(app): add support for building args from usage strings Kevin K 2015-04-13 14:32:27 -04:00
  • ab409a8f1d feat(args): add ability to create basic arguments from a usage string Kevin K 2015-04-13 00:37:59 -04:00
  • 5fc6050ddf chore(docs): rebuild documentation with rustdoc nightly Kevin K 2015-04-12 10:45:21 -04:00
  • 3d960e8be0 docs(clap): clean up docs and add better explainations Kevin K 2015-04-10 19:21:34 -04:00
  • 2e3dc49a9a chore(clap): increase version Kevin K 2015-04-10 12:00:58 -04:00
  • 9f8fced0ab chore(docs): rebuild documentation Kevin K 2015-04-10 11:55:20 -04:00
  • 76de2f553a Merge pull request #68 from kbknapp/usage Kevin K. 2015-04-10 10:55:20 -04:00
  • dcbadc6275 perf(usage): remove compiler warnings and dedup some code Kevin K 2015-04-10 11:40:08 -04:00
  • 3636afc401 feat(usage): add ability to get usage string for subcommands too Kevin K 2015-04-10 10:46:07 -04:00
  • 5137278942 fix(usage): remove unneeded space Kevin K 2015-04-09 21:43:26 -04:00
  • ba817b9d81 fix(usage): remove warning about unused variables Kevin K 2015-04-09 19:53:13 -04:00
  • be91c5f2f5 chore(clap): increase version Kevin K 2015-04-09 18:49:59 -04:00
  • 73ca72261e chore(docs): rebuild documentation with new features Kevin K 2015-04-09 18:46:10 -04:00
  • 53af3fe86b Merge pull request #67 from kbknapp/scmatches-and-name Kevin K. 2015-04-09 18:45:06 -04:00
  • e2488e50e4 tests(subcommand help): change to new usage generation known good Kevin K 2015-04-09 18:22:48 -04:00
  • 02462150ca feat(ArgMatches): add method to get default usage string Kevin K 2015-04-09 17:46:24 -04:00
  • 64e539280e feat(SubCommands): add method to get name and subcommand matches together Kevin K 2015-04-09 17:07:28 -04:00
  • fef861661e docs(README.md): update examples with some comments, and fix typos Kevin K. 2015-04-09 14:25:03 -04:00
  • 2e0a675ba2 Merge pull request #66 from kbknapp/tests Kevin K. 2015-04-08 17:04:27 -04:00
  • 08f130612a tests(clap-tests): add subcommand tests Kevin K 2015-04-08 18:01:06 -04:00
  • 52415f4ba3 chore(tests): rename claptests->clap-tests Kevin K 2015-04-08 17:10:59 -04:00
  • 315ffbdcbc docs(README.md): fix typos and add license section Kevin K 2015-04-08 17:08:59 -04:00
  • ddc9b6955c docs(README.md): add gitter chat badge Kevin K. 2015-04-08 12:04:07 -04:00
  • c69366fff3 Merge pull request #64 from kbknapp/dev Kevin K. 2015-04-07 22:38:57 -04:00
  • 2bf9569506 docs(README.md): add portions concerning conventional changelogs Kevin K 2015-04-07 22:38:06 -04:00
  • 8e317be161 docs(changelog.md): switch to conventional changelog using clog Kevin K 2015-04-07 22:26:55 -04:00
  • 9424601d83 docs(README.md): add video tutorial section Kevin K 2015-04-06 13:39:13 -04:00
  • b56d77768a chore(docs): rebuild documentation Kevin K 2015-04-05 20:27:02 -04:00
  • 2041cc4fda chore(clap): increase version Kevin K 2015-04-05 20:26:12 -04:00
  • 042577d254 refactor(app.rs): remove unneeded hashmap use statement Kevin K 2015-04-05 20:25:03 -04:00
  • 95b5cca1bf Merge pull request #63 from kbknapp/patch-62 Kevin K. 2015-04-05 20:23:24 -04:00
  • f4b2bf5767 feat(help): sort arguments by name so as to not display a random order Kevin K 2015-04-05 20:11:23 -04:00
  • 4572c79218 chore(clap): increase version Kevin K 2015-04-04 16:19:34 -04:00
  • 046546b3e3 Merge pull request #61 from kbknapp/cleanup Kevin K. 2015-04-04 16:17:12 -04:00
  • 90e72cffde fix(flags): fix bug not allowing users to specify -v or -h Kevin K 2015-04-04 15:35:14 -04:00
  • 572bc31f08 style(app.rs): clean up misc items Kevin K 2015-04-04 09:25:49 -04:00
  • b1cf77190e chore(clap): increase version Kevin K 2015-04-03 11:52:18 -04:00
  • 9769dd682f Merge pull request #60 from kbknapp/dev Kevin K. 2015-04-03 11:50:57 -04:00
  • ca17fa494b fix(help): fix spacing when option argument has not long version Kevin K 2015-04-03 11:23:39 -04:00
  • f39004a26d chore(docs): rebuild documentation Kevin K 2015-04-03 11:09:16 -04:00
  • 6dc80fde3f chore(clap): increase version Kevin K 2015-04-03 11:08:22 -04:00
  • 706e1c71d6 Merge pull request #59 from kbknapp/dev Kevin K. 2015-04-03 11:05:46 -04:00
  • 9abdb438e3 fix(clap): remove unstable features for Rust 1.0 Kevin K 2015-04-03 11:02:46 -04:00
  • 60e4072896 Merge branch 'master' into dev Kevin K 2015-04-02 23:00:01 -04:00
  • 30750239eb docs(clap): rebuild documentation Kevin K 2015-04-02 22:49:45 -04:00
  • 66756bbc8a chore(clap): increased version Kevin K 2015-04-02 22:47:52 -04:00
  • 56426af2c4 test(claptests): fix test known goods to new error messages Kevin K 2015-04-02 22:39:29 -04:00
  • bff945fc5d fix(args): improve error messages for arguments with mutual exclusions Kevin K 2015-04-02 22:34:36 -04:00
  • 343d47dcbf fix(positional args): all previous positional args become required when a latter one is required Kevin K 2015-04-02 20:04:52 -04:00
  • 4a057c03c1 docs(clap): rebuild documentation Kevin K 2015-04-02 22:49:45 -04:00
  • c238b49ba9 chore(clap): increased version Kevin K 2015-04-02 22:47:52 -04:00
  • 057eab501f Merge pull request #58 from kbknapp/patch-51 Kevin K. 2015-04-02 22:42:44 -04:00
  • 08779ea17c test(claptests): fix test known goods to new error messages Kevin K 2015-04-02 22:39:29 -04:00
  • 18dbcf3702 fix(args): improve error messages for arguments with mutual exclusions Kevin K 2015-04-02 22:34:36 -04:00
  • 68c8197574 Merge pull request #57 from kbknapp/patch-50 Kevin K. 2015-04-02 22:22:48 -04:00
  • c14c3f31fd fix(positional args): all previous positional args become required when a latter one is required Kevin K 2015-04-02 20:04:52 -04:00
  • 2abebcd0b6 Merge pull request #56 from kbknapp/tests Kevin K. 2015-04-02 19:20:13 -04:00
  • 1a1ce2a7da test(claptests): add more comprehensive tests Kevin K 2015-04-02 18:22:58 -04:00
  • bdb0e88f69 fix(tests): add missing .takes_value(true) to option2 Kevin K 2015-04-02 14:47:50 -04:00
  • e869100423 fix(help): fix formatting for option arguments with no long Kevin K 2015-04-02 14:28:23 -04:00
  • 1da0905b11 test(clap): add wider capability test coverage - wip Kevin K 2015-04-02 14:17:45 -04:00
  • a0a2a40fed fix(flags): add assertion to catch flags with specific value sets Kevin K 2015-04-01 20:16:45 -04:00
  • 82ad6ad775 fix(option args): fix bug in getting the wrong number of occurrences for options Kevin K 2015-04-01 20:14:49 -04:00
  • 7cf9659f5b docs(README.md): add sections features and contributing Kevin K 2015-03-31 13:56:02 -04:00
  • e095f6268d chore(clap): increase version Kevin K 2015-03-30 20:46:37 -04:00
  • 6ceb88a594 fix(args): fix bug in arguments who are required and mutually exclusive Kevin K 2015-03-30 20:41:26 -04:00
  • 918f52ea35 chore(clap): increase version Kevin K 2015-03-30 20:24:34 -04:00
  • 28691b52f6 fix(help): fix formatting of help and usage Kevin K 2015-03-30 17:45:15 -04:00