Lines Matching refs:clap
20 …5](https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0), closes [#1905…
24 * fixes versions referenced in the README ([d307466a](https://github.com/kbknapp/clap-rs/commit/d…
26 …er of examples to reduce confusion ([6e508ee0](https://github.com/kbknapp/clap-rs/commit/6e508ee09…
30 …ps://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491), closes [#1155](h…
34 * As of this release, `clap` requires `rustc 1.36.0` or greater.
41 * Stephen Oats is now a sponsor \o/ ([823457c0](https://github.com/kbknapp/clap-rs/commit/823457c…
42 …ett's info in the sponsor document ([24cb5740](https://github.com/kbknapp/clap-rs/commit/24cb57409…
46 * **Completions:** adds completion support for Elvish. ([e9d0562a](https://github.com/kbknapp/clap…
51 * **arg_matches.rs:** add Debug implementations ([47192b7a](https://github.com/kbknapp/clap-rs/com…
52 * **macros:** Support shorthand syntax for ArgGroups ([df9095e7](https://github.com/kbknapp/clap-r…
56 * Refer to macOS rather than OSX. ([ab0d767f](https://github.com/kbknapp/clap-rs/commit/ab0d767f3…
57 * **README.md:** use https for all links ([96a7639a](https://github.com/kbknapp/clap-rs/commit/96a…
61 …issing args in subcommand ArgGroup ([2699d9e5](https://github.com/kbknapp/clap-rs/commit/2699d9e51…
62 * Restore compat with Rust 1.21 ([6b263de1](https://github.com/kbknapp/clap-rs/commit/6b263de1d42…
63 * Dont mention unused subcommands ([ef92e2b6](https://github.com/kbknapp/clap-rs/commit/ef92e2b63…
64 * **OsValues:** Add `ExactSizeIterator` implementation ([356c69e5](https://github.com/kbknapp/clap…
66 …* Fix comma position for valid values. ([1f1f9ff3](https://github.com/kbknapp/clap-rs/commit/1f1f…
67 …* Invalid expansions of some trailing-comma patterns ([7023184f](https://github.com/kbknapp/clap-…
68 …etions when whitespace is involved ([5a08ff29](https://github.com/kbknapp/clap-rs/commit/5a08ff295…
69 …tps://github.com/kbknapp/clap-rs/commit/6acc8b6a621a765cbf513450188000d943676a30), closes [#897](h…
70 …calling multi-argument Arg methods ([9e7a352e](https://github.com/kbknapp/clap-rs/commit/9e7a352e1…
71 …Subcommands and SubcommandRequired ([9601c95a](https://github.com/kbknapp/clap-rs/commit/9601c95a0…
75 * As of this release, `clap` requires `rustc 1.31.0` or greater.
82 * As of this release, `clap` requires `rustc 1.21.0` or greater.
87 * **Completions:** adds completion support for Elvish. ([e9d0562a](https://github.com/kbknapp/clap…
91 * **macros:** Support shorthand syntax for ArgGroups ([df9095e7](https://github.com/kbknapp/clap-r…
95 * **OsValues:** Add `ExactSizeIterator` implementation ([356c69e5](https://github.com/kbknapp/clap…
96 …ns of some trailing-comma patterns ([7023184f](https://github.com/kbknapp/clap-rs/commit/7023184fc…
97 …tps://github.com/kbknapp/clap-rs/commit/6acc8b6a621a765cbf513450188000d943676a30), closes [#897](h…
101 * Refer to macOS rather than OSX. ([ab0d767f](https://github.com/kbknapp/clap-rs/commit/ab0d767f3…
110 …github.com/kbknapp/clap-rs/pull/1214/commits/e8774a84ee4a319c888036e7c595ab46451d8e48), closes [#1…
111 …ggestions were getting in the way). ([a410e85](https://github.com/kbknapp/clap-rs/pull/1215/commit…
115 * Fixes some typos in the `README.md` ([c8e685d7](https://github.com/kbknapp/clap-rs/commit/c8e685d…
123 … the last positional arg with '--' ([df20e6e2](https://github.com/kbknapp/clap-rs/commit/df20e6e24…
132 …ty to query argument value indices ([f58d0576](https://github.com/kbknapp/clap-rs/commit/f58d05767…
133 …s an Indices<Item=&usize> iterator ([1e67be44](https://github.com/kbknapp/clap-rs/commit/1e67be44f…
134 …_values` and `Arg::multiple(true)` ([66a78f29](https://github.com/kbknapp/clap-rs/commit/66a78f297…
138 * Fix some typos and markdown issues. ([935ba0dd](https://github.com/kbknapp/clap-rs/commit/935ba…
139 …for the arg index querying methods ([50bc0047](https://github.com/kbknapp/clap-rs/commit/50bc00477…
140 …github.com/Manishearth/rust-clippy ([42407d7f](https://github.com/kbknapp/clap-rs/commit/42407d7f2…
141 …ocs example of the Values iterator ([74075d65](https://github.com/kbknapp/clap-rs/commit/74075d65e…
142 …the `wrap_help` feature is a thing ([fc7ab227](https://github.com/kbknapp/clap-rs/commit/66a78f297…
146 … = 1 in release and bench profiles ([19f425ea](https://github.com/kbknapp/clap-rs/commit/66a78f297…
147 * Adds WASM support (clap now compiles on WASM!) ([689949e5](https://github.com/kbknapp/clap-rs/co…
148 … for PowerShell completion scripts ([ecda22ce](https://github.com/kbknapp/clap-rs/commit/ecda22ce7…
156 …github.com/kbknapp/clap-rs/pull/1175/commits/aab77c81a519b045f95946ae0dd3e850f9b93070), closes [#1…
160 …SS `Arg::possible_values` was used ([872f02ae](https://github.com/kbknapp/clap-rs/commit/872f02aea…
161 …ps://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491), closes [#1155](h…
162 …github.com/kbknapp/clap-rs/pull/1176/commits/414707e4e979d07bfe555247e5d130c546673708), closes [#1…
171 … couldnt ever have multiple values ([d95907cf](https://github.com/kbknapp/clap-rs/commit/d95907cff…
181 …clap now supports arguments which override with themselves ([6c7a0010](https://github.com/kbknapp/…
185 …ps://github.com/kbknapp/clap-rs/commit/e06cefac97083838c0a4e1444dcad02a5c3f911e), closes [#1158](h…
186 …ps://github.com/kbknapp/clap-rs/commit/73993fe30d135f682e763ec93dcb0814ed518011), closes [#1161](h…
190 …ow all args to override themselves ([4670325d](https://github.com/kbknapp/clap-rs/commit/4670325d1…
201 …* Escape possible values for options ([25561dec](https://github.com/kbknapp/clap-rs/commit/25561d…
202 …rgument possible values completion ([f3b0afd2](https://github.com/kbknapp/clap-rs/commit/f3b0afd2b…
203 …* Complete positional arguments properly ([e39aeab8](https://github.com/kbknapp/clap-rs/commit/e3…
208 …* Add missing autoload for is-at-least ([a6522607](https://github.com/kbknapp/clap-rs/commit/a652…
209 …* Don't pass -S to _arguments if Zsh is too old ([16b4f143](https://github.com/kbknapp/clap-rs/co…
210 … mixed positionals and subcommands ([1146f0da](https://github.com/kbknapp/clap-rs/commit/1146f0da1…
211 …ps://github.com/kbknapp/clap-rs/commit/0e185b922ed1e0fd653de00b4cd8d567d72ff68e), closes [#1142](h…
221 * fixes broken links. ([56e734b8](https://github.com/kbknapp/clap-rs/commit/56e734b839303d733d2e5…
222 * updates contributors list ([e1313a5a](https://github.com/kbknapp/clap-rs/commit/e1313a5a0f69d8f…
226 …removing generics from error cases ([eb8d919e](https://github.com/kbknapp/clap-rs/commit/eb8d919e6…
227 * debloats clap by deduplicating logic and refactors ([03e413d7](https://github.com/kbknapp/clap-…
231 … a value to a flag that expects it ([d26ab2b9](https://github.com/kbknapp/clap-rs/commit/d26ab2b97…
232 …ode generation to support hyphens. ([ba7f1d18](https://github.com/kbknapp/clap-rs/commit/ba7f1d18e…
233 …x completion of long option values ([46365cf8](https://github.com/kbknapp/clap-rs/commit/46365cf8b…
242 …play only the key in help messages ([fb41d062](https://github.com/kbknapp/clap-rs/commit/fb41d062e…
253 * changes the demo version to 2.28 to stay in sync ([ce6ca492](https://github.com/kbknapp/clap-rs…
254 …ps://github.com/kbknapp/clap-rs/commit/ce72aada56a9581d4a6cb4bf9bdb861c3906f8df), closes [#1106](h…
255 * fix typo ([002b07fc](https://github.com/kbknapp/clap-rs/commit/002b07fc98a1c85acb66296b1eec0b2a…
256 … pulls out some redundant sections ([db6caf86](https://github.com/kbknapp/clap-rs/commit/db6caf866…
260 …ps://github.com/kbknapp/clap-rs/commit/e78bb757a3df16e82d539e450c06767a6bfcf859), closes [#1093](h…
264 …ps://github.com/kbknapp/clap-rs/commit/1fec268e51736602e38e67c76266f439e2e0ef12), closes [#1118](h…
265 …he traits to be used with the clap-derive crate to be able to use Custom Derive ([6f4c3412](https:…
269 …ps://github.com/kbknapp/clap-rs/commit/a283d69fc08aa016ae1bf9ba010012abecc7ba69), closes [#1112](h…
270 …ps://github.com/kbknapp/clap-rs/commit/2fb758219c7a60d639da67692e100b855a8165ac), closes [#1105](h…
271 …ps://github.com/kbknapp/clap-rs/commit/f61ce3f55fe65e16b3db0bd4facdc4575de22767), closes [#1086](h…
297 See the commit [0c223f54](https://github.com/kbknapp/clap-rs/commit/0c223f54ed46da406bc8b43a5806e0b…
303 …ps://github.com/kbknapp/clap-rs/commit/77ed46841fc0263d7aa32fcc5cc49ef703b37c04), closes [#1066](h…
304 …clap-rs/commit/0c223f54ed46da406bc8b43a5806e0b227863b31), closes [#1031](https://github.com/kbknap…
305 …clap-rs/commit/5eb342a99dde07b0f011048efde3e283bc1110fc), closes [#1050](https://github.com/kbknap…
306 …ps://github.com/kbknapp/clap-rs/commit/58b5b4be315280888d50d9b15119b91a9028f050), closes [#1071](h…
307 …ps://github.com/kbknapp/clap-rs/commit/d86ec79742c77eb3f663fb30e225954515cf25bb), closes [#1076](h…
308 …clap-rs/commit/a43f9dd4aaf1864dd14a3c28dec89ccdd70c61e5), closes [#1010](https://github.com/kbknap…
309 …ps://github.com/kbknapp/clap-rs/commit/9c248cbf7d8a825119bc387c23e9a1d1989682b0), closes [#1047](h…
313 …t using multiples with subcommands ([03455b77](https://github.com/kbknapp/clap-rs/commit/03455b775…
314 …ow be propagated back up the stack ([ead076f0](https://github.com/kbknapp/clap-rs/commit/ead076f03…
315 * add html_root_url attribute ([e67a061b](https://github.com/kbknapp/clap-rs/commit/e67a061bcf567…
316 * sync README version numbers with crate version ([5536361b](https://github.com/kbknapp/clap-rs/c…
320 …ps://github.com/kbknapp/clap-rs/commit/dce616998ed9bd95e8ed3bec1f09a4883da47b85), closes [#1052](h…
321 …ps://github.com/kbknapp/clap-rs/commit/4ae7b0464750bc07ec80ece38e43f003fdd1b8ae), closes [#1046](h…
325 …clap-rs/commit/0c223f54ed46da406bc8b43a5806e0b227863b31), closes [#1031](https://github.com/kbknap…
329 …red to propagate values down or up ([2bb5ddce](https://github.com/kbknapp/clap-rs/commit/2bb5ddcee…
339 …ps://github.com/kbknapp/clap-rs/commit/4ae7b0464750bc07ec80ece38e43f003fdd1b8ae), closes [#1046](h…
343 …ps://github.com/kbknapp/clap-rs/commit/9c248cbf7d8a825119bc387c23e9a1d1989682b0), closes [#1047](h…
353 …ps://github.com/kbknapp/clap-rs/commit/10ae208f68518eff6e98166724065745f4083174), closes [#1044](h…
354 …acters in zsh and fish completions ([87e019fc](https://github.com/kbknapp/clap-rs/commit/87e019fc8…
355 … to 0 due to bug in textwrap 0.7.0 ([b3eadb0d](https://github.com/kbknapp/clap-rs/commit/b3eadb0de…
356 * Change `who's` -> `whose` ([53c1ffe8](https://github.com/kbknapp/clap-rs/commit/53c1ffe87f38b05…
357 …tps://github.com/kbknapp/clap-rs/commit/7ad123e2c02577e3ca30f7e205181e896b157d11), closes [#917](h…
358 …tps://github.com/kbknapp/clap-rs/commit/ab2f4c9e563e36ec739a4b55d5a5b76fdb9e9fa4), closes [#960](h…
359 …l argument help text is misaligned ([54c16836](https://github.com/kbknapp/clap-rs/commit/54c16836d…
360 …ps://github.com/kbknapp/clap-rs/commit/a8257ea0ffb812e552aca256c4a3d2aebfd8065b), closes [#1043](h…
361 * **Suggestions:** output for flag after subcommand ([434ea5ba](https://github.com/kbknapp/clap-rs…
373 * bumps unicode-segmentation to v1.2 ([cd7b40a2](https://github.com/kbknapp/clap-rs/commit/cd7b40…
378 * update textwrap to version 0.7.0 ([c2d4e637](https://github.com/kbknapp/clap-rs/commit/c2d4e637…
388 …ues + OsValues for any lifetime. ([fb7d6231f1](https://github.com/kbknapp/clap-rs/commit/fb7d6231f…
400 * use textwrap crate for wrapping help texts ([b93870c1](https://github.com/kbknapp/clap-rs/commi…
404 …g after subcommand when applicable ([2671ca72](https://github.com/kbknapp/clap-rs/commit/2671ca726…
409 * Change `who's` -> `whose` ([53c1ffe8](https://github.com/kbknapp/clap-rs/commit/53c1ffe87f38b05…
413 …tps://github.com/kbknapp/clap-rs/commit/cbea3d5acf3271a7a734498c4d99c709941c331e), closes [#949](h…
414 …s and multiple(true) used together ([f9b0d657](https://github.com/kbknapp/clap-rs/commit/f9b0d6578…
416 …tps://github.com/kbknapp/clap-rs/commit/821929b51bd60213955705900a436c9a64fcb79f), closes [#964](h…
417 …tps://github.com/kbknapp/clap-rs/commit/826048cb3cbc0280169303f1498ff0a2b7395883), closes [#932](h…
427 …tps://github.com/kbknapp/clap-rs/commit/14f6b8f3a2f6df73aeeec9c54a54909b1acfc158), closes [#917](h…
428 …tps://github.com/kbknapp/clap-rs/commit/ebf73a09db6f3c03c19cdd76b1ba6113930e1643), closes [#960](h…
429 …l argument help text is misaligned ([54c16836](https://github.com/kbknapp/clap-rs/commit/54c16836d…
433 …tps://github.com/kbknapp/clap-rs/commit/cf569438f309c199800bb8e46c9f140187de69d7), closes [#949](h…
434 …s and multiple(true) used together ([ded5a2f1](https://github.com/kbknapp/clap-rs/commit/ded5a2f15…
435 …tps://github.com/kbknapp/clap-rs/commit/fe85fcb1772b61f13b20b7ea5290e2437a76190c), closes [#932](h…
445 …tps://github.com/kbknapp/clap-rs/commit/3ac533fedabf713943eedf006f830a5a486bbe80), closes [#944](h…
446 …tps://github.com/kbknapp/clap-rs/commit/e1fe8ac3bc1f9cf4e36df0d881f8419755f1787b), closes [#940](h…
447 …tps://github.com/kbknapp/clap-rs/commit/20f83292d070038b8cee2a6b47e91f6b0a2f7871), closes [#946](h…
457 * **README.md:** fix some typos ([fa34deac](https://github.com/kbknapp/clap-rs/commit/fa34deac079f…
461 * **Arg:** add `default_value_os` ([d5ef8955](https://github.com/kbknapp/clap-rs/commit/d5ef895541…
462 …for Values and OsValues iterators. ([0a4384e3](https://github.com/kbknapp/clap-rs/commit/0a4384e35…
471 …tps://github.com/kbknapp/clap-rs/commit/a8bce55837dc4e0fb187dc93180884a40ae09c6f), closes [#931](h…
475 …better terminal dimension handling ([e05100b7](https://github.com/kbknapp/clap-rs/commit/e05100b73…
476 … that are still functionally equiv ([85b0e1cc](https://github.com/kbknapp/clap-rs/commit/85b0e1cc4…
480 * Fix a typo the minimum rust version required ([71dabba3](https://github.com/kbknapp/clap-rs/com…
488 …version messages in some instances ([5ae9007d](https://github.com/kbknapp/clap-rs/commit/5ae9007d9…
507 …sages (-V/short or --version/long) ([59272b06](https://github.com/kbknapp/clap-rs/commit/59272b06c…
508 …ommands in the same manner as args ([6b371891](https://github.com/kbknapp/clap-rs/commit/6b371891a…
509 …nding on if -h or --help was used) ([ef1b24c3](https://github.com/kbknapp/clap-rs/commit/ef1b24c3a…
510 …tps://github.com/kbknapp/clap-rs/commit/f7a8877978c8f90e6543d4f0d9600c086cf92cd7), closes [#869](h…
514 …tps://github.com/kbknapp/clap-rs/commit/8b2ceb8368bcb70689fadf1c7f4b9549184926c1), closes [#922](h…
518 …tps://github.com/kbknapp/clap-rs/commit/bc08ef3e185393073d969d301989b6319c616c1f), closes [#919](h…
528 …gression when using help templates ([0e4fd96d](https://github.com/kbknapp/clap-rs/commit/0e4fd96d7…
538 …gression with custom usage strings ([2c41caba](https://github.com/kbknapp/clap-rs/commit/2c41caba3…
545 …tps://github.com/kbknapp/clap-rs/commit/d49e8292b026b06e2b70447cd9f08299f4fcba76), closes [#908](h…
546 …tps://github.com/kbknapp/clap-rs/commit/89e6ea861e16a1ad56757ca12f6b32d02253e44a), closes [#902](h…
554 … for loading author info from yaml ([e04c390c](https://github.com/kbknapp/clap-rs/commit/e04c390c5…
563 * add fish subcommand help support ([f8f68cf8](https://github.com/kbknapp/clap-rs/commit/f8f68cf8…
564 …tps://github.com/kbknapp/clap-rs/commit/c8eb0384d394d2900ccdc1593099c97808a3fa05), closes [#903](h…
579 …tps://github.com/kbknapp/clap-rs/commit/74b751ff2e3631e337b7946347c1119829a41c53), closes [#895](h…
580 …tps://github.com/kbknapp/clap-rs/commit/9a3bc98e9b55e7514b74b73374c5ac8b6e5e0508), closes [#896](h…
589 …essing` on multiple values anymore ([ec516182](https://github.com/kbknapp/clap-rs/commit/ec5161828…
590 …`Vec` for matched values of `Arg`s ([22bf137a](https://github.com/kbknapp/clap-rs/commit/22bf137ac…
591 …pp::args` which is forced to clone ([8da0303b](https://github.com/kbknapp/clap-rs/commit/8da0303bc…
592 … significant performance increases ([0efa4119](https://github.com/kbknapp/clap-rs/commit/0efa41196…
596 * Fix examples link in CONTRIBUTING.md ([60cf875d](https://github.com/kbknapp/clap-rs/commit/60cf…
600 …tps://github.com/kbknapp/clap-rs/commit/50f02300d81788817acefef0697e157e01b6ca32), closes [#871](h…
604 …tps://github.com/kbknapp/clap-rs/commit/6a7aea9043b83badd9ab038b4ecc4c787716147e), closes [#888](h…
605 …tps://github.com/kbknapp/clap-rs/commit/0f2a378219a6930748d178ba350fe5925be5dad5), closes [#849](h…
606 …tps://github.com/kbknapp/clap-rs/commit/389c413b7023dccab8c76aa00577ea1d048e7a99), closes [#889](h…
610 …tps://github.com/kbknapp/clap-rs/commit/11602032f6ff05881e3adf130356e37d5e66e8f9), closes [#863](h…
614 …ll args in that section are hidden ([ce5ee5f5](https://github.com/kbknapp/clap-rs/commit/ce5ee5f5a…
615 …tps://github.com/kbknapp/clap-rs/commit/7b4000af97637703645c5fb2ac8bb65bd546b95b), closes [#882](h…
616 …SubcommandRequiredElseHelp is used ([8f0884c1](https://github.com/kbknapp/clap-rs/commit/8f0884c17…
617 … some memory leaks when an error is detected and clap exits ([8c2dd287](https://github.com/kbknapp…
618 …ut should be crate internal public ([1ae21108](https://github.com/kbknapp/clap-rs/commit/1ae211080…
619 …tps://github.com/kbknapp/clap-rs/commit/5e9b9cf4dd80fa66a624374fd04e6545635c1f94), closes [#846](h…
623 …tps://github.com/kbknapp/clap-rs/commit/f002693dec6a6959c4e9590cb7b7bfffd6d6e5bc), closes [#833](h…
633 …hen using `!property` style tags. ([5635c1f94](https://github.com/kbknapp/clap-rs/commit/5e9b9cf4d…
642 …tps://github.com/kbknapp/clap-rs/commit/5e9b9cf4dd80fa66a624374fd04e6545635c1f94), closes [#846](h…
646 * Fix examples link in CONTRIBUTING.md ([60cf875d](https://github.com/kbknapp/clap-rs/commit/60cf…
655 …tps://github.com/kbknapp/clap-rs/commit/112aea3e42ae9e0c0a2d33ebad89496dbdd95e5d), closes [#838](h…
659 * fixes a println->debugln typo ([279aa62e](https://github.com/kbknapp/clap-rs/commit/279aa62eaf0…
660 …tps://github.com/kbknapp/clap-rs/commit/7f5cfa724f0ac4e098f5fe466c903febddb2d994), closes [#581](h…
661 …tps://github.com/kbknapp/clap-rs/commit/891a2a006f775e92c556dda48bb32fac9807c4fb), closes [#581](h…
662 …tps://github.com/kbknapp/clap-rs/commit/564c5f0f1730f4a2c1cdd128664f1a981c31dcd4), closes [#828](h…
663 …tps://github.com/kbknapp/clap-rs/commit/9a1e006eb75ad5a6057ebd119aa90f7e06c0ace8), closes [#841](h…
672 …tps://github.com/kbknapp/clap-rs/commit/74648c94b893df542bfa5bb595e68c7bb8167e36), closes [#832](h…
677 …tps://github.com/kbknapp/clap-rs/commit/d8590037ce07dafd8cd5b26928aa4a9fd3018288), closes [#840](h…
684 …tps://github.com/kbknapp/clap-rs/commit/564c5f0f1730f4a2c1cdd128664f1a981c31dcd4), closes [#828](h…
685 * actually show character in debug output ([84d8c547](https://github.com/kbknapp/clap-rs/commit/8…
686 * include final character in line lenght ([aff4ba18](https://github.com/kbknapp/clap-rs/commit/af…
690 …deps for the libc version conflict ([6802ac4a](https://github.com/kbknapp/clap-rs/commit/6802ac4a5…
694 …om_crate! to crate_authors! (#822) ([5b29be9b](https://github.com/kbknapp/clap-rs/commit/5b29be9b0…
695 * fix spelling of "guaranteed" ([4f30a65b](https://github.com/kbknapp/clap-rs/commit/4f30a65b9c03…
701 …tps://github.com/kbknapp/clap-rs/commit/5e2af8c96adb5ab75fa2d1536237ebcb41869494), closes [#793](h…
702 …tps://github.com/kbknapp/clap-rs/commit/c2978afc61fb46d5263ab3b2d87ecde1c9ce1553), closes [#769](h…
703 …es building the `help` subcommand ([a10fc859](https://github.com/kbknapp/clap-rs/commit/a10fc859e…
704 …tps://github.com/kbknapp/clap-rs/commit/1110fdc7a345c108820dc45783a9bf893fa4c214), closes [#636](h…
705 …tps://github.com/kbknapp/clap-rs/commit/985536c8ebcc09af98aac835f42a8072ad58c262), closes [#694](h…
711 …tps://github.com/kbknapp/clap-rs/commit/be64ce0c373efc106384baca3f487ea99fe7b8cf), closes [#782](h…
712 …ue from another argument was used) ([eb4010e7](https://github.com/kbknapp/clap-rs/commit/eb4010e7b…
713 …as if a particular value was used) ([198449d6](https://github.com/kbknapp/clap-rs/commit/198449d64…
714 …d if arg Y was used with value Z") ([ee9cfddf](https://github.com/kbknapp/clap-rs/commit/ee9cfddf3…
715 …es which may contain invalid UTF-8 ([47232498](https://github.com/kbknapp/clap-rs/commit/47232498a…
719 …tps://github.com/kbknapp/clap-rs/commit/4d9a82db8e875e9b64a9c2a5c6e22c25afc1279d), closes [#778](h…
720 …tps://github.com/kbknapp/clap-rs/commit/4d9a82db8e875e9b64a9c2a5c6e22c25afc1279d), closes [#778](h…
721 …tps://github.com/kbknapp/clap-rs/commit/4d9a82db8e875e9b64a9c2a5c6e22c25afc1279d), closes [#778](h…
726 …argo` to build their crates (#786) ([6fdd2f9d](https://github.com/kbknapp/clap-rs/commit/6fdd2f9d6…
730 …tps://github.com/kbknapp/clap-rs/commit/5a5f2b1e9f598a0d0280ef3e98abbbba2bc41132), closes [#665](h…
731 …tps://github.com/kbknapp/clap-rs/commit/d3d34a2b51ef31004055b0ab574f766d801c3adf), closes [#789](h…
732 …tps://github.com/kbknapp/clap-rs/commit/d34ec3e032d03e402d8e87af9b2942fe2819b2da), closes [#787](h…
733 …low_hyphen_values` to fail parsing ([26c670ca](https://github.com/kbknapp/clap-rs/commit/26c670ca1…
737 …tps://github.com/kbknapp/clap-rs/commit/1f33de545036e7fd2f80faba251fca009bd519b8), closes [#774](h…
738 …tps://github.com/kbknapp/clap-rs/commit/9a4df327893486adb5558ffefba790c634ccdc6e), closes [#764](h…
739 …names when using `clap_app!` macro ([f41ec962](https://github.com/kbknapp/clap-rs/commit/f41ec962c…
740 …tps://github.com/kbknapp/clap-rs/commit/9895b671cff784f35cf56abcd8270f7c2ba09699), closes [#759](h…
741 …tps://github.com/kbknapp/clap-rs/commit/ad4691b71a63e951ace346318238d8834e04ad8a), closes [#777](h…
746 …oc tests of Arg::default_value_ifs ([4ef09101](https://github.com/kbknapp/clap-rs/commit/4ef091019…
747 …* adds docs for Arg::requires_ifs ([7f296e29](https://github.com/kbknapp/clap-rs/commit/7f296e29d…
748 * **README.md:** fix some typos ([f22c21b4](https://github.com/kbknapp/clap-rs/commit/f22c21b422d5…
749 * **src/app/mod.rs:** fix some typos ([5c9b0d47](https://github.com/kbknapp/clap-rs/commit/5c9b0d4…
757 …tps://github.com/kbknapp/clap-rs/commit/a0ee4993015ea97b06b5bc9f378d8bcb18f1c51c), closes [#789](h…
766 …tps://github.com/kbknapp/clap-rs/commit/7e17d5a36b2cc2cc77e7b15796b14d639ed3cbf7), closes [#771](h…
770 …tps://github.com/kbknapp/clap-rs/commit/0e0f33547a6901425afc1d9fbe19f7ae3832d9a4), closes [#766](h…
771 …tps://github.com/kbknapp/clap-rs/commit/591eaefc7319142ba921130e502bb0729feed907), closes [#765](h…
781 …tps://github.com/kbknapp/clap-rs/commit/cd94b3188d63b63295a319e90e826bca46befcd2), closes [#760](h…
785 …on no matching completing function ([b1b16d56](https://github.com/kbknapp/clap-rs/commit/b1b16d56d…
793 …tps://github.com/kbknapp/clap-rs/commit/c0d70febad9996a77a54107054daf1914c50d4ef), closes [#742](h…
797 …tps://github.com/kbknapp/clap-rs/commit/d20331b6f7940ac3a4e919999f8bb4780875125d), closes [#753](h…
798 …tps://github.com/kbknapp/clap-rs/commit/49e7cdab76dd1ccc07221e360f07808ec62648aa), closes [#754](h…
802 …tps://github.com/kbknapp/clap-rs/commit/65eb33859d3ff53e7d3277f02a9d3fd9038a9dfb), closes [#744](h…
806 * updates the docs landing page ([01e1e33f](https://github.com/kbknapp/clap-rs/commit/01e1e33f377…
807 * adds the macro version back to the readme ([45eb9bf1](https://github.com/kbknapp/clap-rs/commit…
808 * fix broken docs links ([808e7cee](https://github.com/kbknapp/clap-rs/commit/808e7ceeb86d4a319bd…
809 …tps://github.com/kbknapp/clap-rs/commit/760d66dc17310b357f257776624151da933cd25d), closes [#740](h…
810 …dability and contributing sections ([eb51316c](https://github.com/kbknapp/clap-rs/commit/eb51316cd…
818 …tps://github.com/kbknapp/clap-rs/commit/cff82c880e21064fca63351507b80350df6caadf), closes [#729](h…
828 …tps://github.com/kbknapp/clap-rs/commit/33924e884461983c4e6b5ea1330fecc769a4ade7), closes [#725](h…
838 …tps://github.com/kbknapp/clap-rs/commit/1ced2a7433ea8937a1b260ea65d708f32ca7c95e), closes [#725](h…
848 …tps://github.com/kbknapp/clap-rs/commit/3d37001d1dc647d73cc597ff172f1072d4beb80d), closes [#718](h…
852 * Fix typo in example `13a_enum_values_automatic` ([c22fbc07](https://github.com/kbknapp/clap-rs/…
853 * **README.md:** fixes failing yaml example (#715) ([21fba9e6](https://github.com/kbknapp/clap-rs/…
857 …tps://github.com/kbknapp/clap-rs/commit/5c70e1a01bc977e44c10015d18bb8e215c32dfc8), closes [#714](h…
858 * **debug:** fixes the debug feature (#716) ([6c11ccf4](https://github.com/kbknapp/clap-rs/commit/…
868 …tps://github.com/kbknapp/clap-rs/commit/9cb6facf507aff7cddd124b8c29714d2b0e7bd13), closes [#706](h…
869 * **yaml-example:** inconsistent args ([847f7199](https://github.com/kbknapp/clap-rs/commit/847f71…
879 …tps://github.com/kbknapp/clap-rs/commit/780b4a18281b6f7f7071e1b9db2290fae653c406), closes [#704](h…
888 …tps://github.com/kbknapp/clap-rs/commit/ebddac791f3ceac193d5ad833b4b734b9643a7af), closes [#702](h…
898 …tps://github.com/kbknapp/clap-rs/commit/3e36b0bac491d3f6194aee14604caf7be26b3d56), closes [#699](h…
908 …tps://github.com/kbknapp/clap-rs/commit/ab06454677fb6aa9b9f804644fcca2168b1eaee3), closes [#696](h…
912 …ants to roughly alphabetical order ([9ed4d4d7](https://github.com/kbknapp/clap-rs/commit/9ed4d4d79…
921 * Improve documentation around features ([4ee85b95](https://github.com/kbknapp/clap-rs/commit/4ee…
922 * reword docs for ErrorKind and app::Settings ([3ccde7a4](https://github.com/kbknapp/clap-rs/comm…
923 … "suggestions" feature is disabled ([996fc381](https://github.com/kbknapp/clap-rs/commit/996fc3817…
924 * fix the OsString-using doc-tests ([af9e1a39](https://github.com/kbknapp/clap-rs/commit/af9e1a39…
925 …s as such instead of ignoring them ([0ba9f4b1](https://github.com/kbknapp/clap-rs/commit/0ba9f4b12…
926 * **ErrorKind:** improve some errors about subcommands ([9f6217a4](https://github.com/kbknapp/clap…
927 …s don't fail before "missing file" ([8c0f5551](https://github.com/kbknapp/clap-rs/commit/8c0f55516…
931 * Stabilize clap_app! ([cd516006](https://github.com/kbknapp/clap-rs/commit/cd516006e35c37b005f32…
932 …tps://github.com/kbknapp/clap-rs/commit/2608540940c8bb66e517b65706bc7dea55510682), closes [#638](h…
936 …tps://github.com/kbknapp/clap-rs/commit/468baadb8398fc1d37897b0c49374aef4cf97dca), closes [#688](h…
937 …completions for nested subcommands ([a61eaf8a](https://github.com/kbknapp/clap-rs/commit/a61eaf8aa…
938 …e other nightly-requiring features ([835f75e3](https://github.com/kbknapp/clap-rs/commit/835f75e3b…
948 …tps://github.com/kbknapp/clap-rs/commit/33b5f6ef2c9612ecabb31f96b824793e46bfd3dd), closes [#669](h…
949 * **flag_aliases:** Ability to alias flags ([40d6dac9](https://github.com/kbknapp/clap-rs/commit/4…
953 …tps://github.com/kbknapp/clap-rs/commit/1d6a7c6e7e6aadc527346aa822f19d8587f714f3), closes [#664](h…
957 * typo ([bac417fa](https://github.com/kbknapp/clap-rs/commit/bac417fa1cea3d32308334c7cccfcf54546c…
966 …n and updated video tutorials info ([0c19c580](https://github.com/kbknapp/clap-rs/commit/0c19c580c…
967 …ing implicit value_delimiter(true) ([c81bc722](https://github.com/kbknapp/clap-rs/commit/c81bc722e…
968 …tps://github.com/kbknapp/clap-rs/commit/57a8d9abb2f973c235a8a14f8fc031673d7a7460), closes [#418](h…
972 …tps://github.com/kbknapp/clap-rs/commit/09d4d0a9038d7ce2df55c2aec95e16f36189fcee), closes [#666](h…
982 …tps://github.com/kbknapp/clap-rs/commit/92ac353b48b7caa2511ad2a046d94da93c236cf6), closes [#661](h…
992 …tps://github.com/kbknapp/clap-rs/commit/9151ef739871f2e74910c342299c0de196b95dec), closes [#640](h…
993 …tps://github.com/kbknapp/clap-rs/commit/a43e28af85c9a9deaedd5ef735f4f13008daab29), closes [#653](h…
997 …'` to insert newlines in help text ([c5a2b352](https://github.com/kbknapp/clap-rs/commit/c5a2b352c…
998 …ue delimiters and default settings ([f9d17a06](https://github.com/kbknapp/clap-rs/commit/f9d17a060…
999 …tps://github.com/kbknapp/clap-rs/commit/945019654d2ca67eb2b1d6014fdf80b84d528d30), closes [#589](h…
1003 …tps://github.com/kbknapp/clap-rs/commit/a9699e4d7cdc9a06e73b845933ff1fe6d76f016a), closes [#588](h…
1008 …clap now ignores hard newlines in help messages and properly re-aligns text, but still wraps if th…
1009 …xt line help is automatically used ([01cae799](https://github.com/kbknapp/clap-rs/commit/01cae7990…
1010 …tps://github.com/kbknapp/clap-rs/commit/f9e692548e8c94de15f909432de301407d6bb834), closes [#655](h…
1011 …g Arg::require_delimiter from YAML ([b9b55a39](https://github.com/kbknapp/clap-rs/commit/b9b55a39d…
1015 * **help:** fix redundant contains() checks ([a8afed74](https://github.com/kbknapp/clap-rs/commit/…
1025 …'` to insert newlines in help text ([c5a2b352](https://github.com/kbknapp/clap-rs/commit/c5a2b352c…
1030 …clap now ignores hard newlines in help messages and properly re-aligns text, but still wraps if th…
1031 …xt line help is automatically used ([01cae799](https://github.com/kbknapp/clap-rs/commit/01cae7990…
1032 …g Arg::require_delimiter from YAML ([b9b55a39](https://github.com/kbknapp/clap-rs/commit/b9b55a39d…
1042 …xt line help is automatically used ([5658b117](https://github.com/kbknapp/clap-rs/commit/5658b117a…
1051 …tps://github.com/kbknapp/clap-rs/commit/b3efc107515d78517b20798ff3890b8a2b04498e), closes [#638](h…
1055 * **Errors:** Errors with custom description ([58512f2f](https://github.com/kbknapp/clap-rs/commit…
1059 …ize instead of home-grown solution ([fc7327e9](https://github.com/kbknapp/clap-rs/commit/fc7327e9d…
1069 …tps://github.com/kbknapp/clap-rs/commit/3d782def57725e2de26ca5a5bc5cc2e40ddebefb), closes [#616](h…
1073 …tps://github.com/kbknapp/clap-rs/commit/03209d5e1300906f00bafec1869c2047a92e5071), closes [#634](h…
1077 …tps://github.com/kbknapp/clap-rs/commit/27f5bbfbcc9474c2f57c2b92b1feb898ae46ee70), closes [#567](h…
1078 …tps://github.com/kbknapp/clap-rs/commit/150964c4e7124d54476c9d9b4b3f2406f0fd00e5), closes [#597](h…
1079 …tps://github.com/kbknapp/clap-rs/commit/f43b7c65941c53adc0616b8646a21dc255862eb2), closes [#574](h…
1083 …tps://github.com/kbknapp/clap-rs/commit/5520bb012c127dfd299fd55699443c744d8dcd5b), closes [#600](h…
1093 …tps://github.com/kbknapp/clap-rs/commit/d0b442c7beeecac9764406bc3bd171ced0b8825e), closes [#626](h…
1102 …tps://github.com/kbknapp/clap-rs/commit/7dfdaf200ebb5c431351a045b48f5e0f0d3f31db), closes [#625](h…
1106 * **Term Width:** adds details about set_term_width(0) ([00b8205d](https://github.com/kbknapp/clap…
1110 …tps://github.com/kbknapp/clap-rs/commit/763a5c920e23efc74d190af0cb8b5dd714b2d67a), closes [#626](h…
1120 …tps://github.com/kbknapp/clap-rs/commit/a643fb283acd9905dc727c4579c5c9fa2ceaa7e7), closes [#623](h…
1130 …tps://github.com/kbknapp/clap-rs/commit/e203515e3ac495b405dbba4f78fb6af148fd282e), closes [#618](h…
1134 …clap-rs/commit/9ade2cd4b268d6d7fe828319ce6a523c641b9c38), closes [#614](https://github.com/kbknapp…
1144 …completions script at compile time ([1979d2f2](https://github.com/kbknapp/clap-rs/commit/1979d2f2f…
1148 * **parser:** preserve external subcommand name ([875df243](https://github.com/kbknapp/clap-rs/com…
1152 * **parser:** preserve external subcommand name ([875df243](https://github.com/kbknapp/clap-rs/com…
1156 …tps://github.com/kbknapp/clap-rs/commit/b6c99e1377f918e78c16c8faced70a71607da931), closes [#601](h…
1166 …tps://github.com/kbknapp/clap-rs/commit/1fc3b55bd6c8653b02e7c4253749c6b77737d2ac), closes [#575](h…
1167 …tps://github.com/kbknapp/clap-rs/commit/fc72cdf591d30f5d9375d0b5cc2a2ff3e812f9f6), closes [#593](h…
1171 …te completions to io::Write object ([9f62cf73](https://github.com/kbknapp/clap-rs/commit/9f62cf737…
1172 …tps://github.com/kbknapp/clap-rs/commit/0ceba231c6767cd6d88fdb1feeeea41deadf77ff), closes [#590](h…
1181 …excerpt in the completions example ([722f2607](https://github.com/kbknapp/clap-rs/commit/722f2607b…
1185 …tps://github.com/kbknapp/clap-rs/commit/e9f2438e2ce99af0ae570a2eaf541fc7f55b771b), closes [#536](h…
1195 …built by namespacing with bin name ([57484b2d](https://github.com/kbknapp/clap-rs/commit/57484b2da…
1205 …* fixes some errors in the completion docs ([9b359bf0](https://github.com/kbknapp/clap-rs/commit/…
1206 …* adds documentation for completion scripts ([c6c519e4](https://github.com/kbknapp/clap-rs/commit…
1211 …tps://github.com/kbknapp/clap-rs/commit/e75b6c7b75f729afb9eb1d2a2faf61dca7674634), closes [#376](h…
1212 …tps://github.com/kbknapp/clap-rs/commit/0ab9f84052a8cf65b5551657f46c0c270841e634), closes [#556](h…
1213 …leting even after first completion ([18fc2e5b](https://github.com/kbknapp/clap-rs/commit/18fc2e5b5…
1214 …tps://github.com/kbknapp/clap-rs/commit/89cc2026ba9ac69cf44c5254360bbf99236d4f89), closes [#557](h…
1218 …tps://github.com/kbknapp/clap-rs/commit/96c24c9a8fa1f85e06138d3cdd133e51659e19d2), closes [#558](h…
1226 …delimiter to parse multiple values ([920b5595](https://github.com/kbknapp/clap-rs/commit/920b5595e…
1230 * Declare term::Winsize as repr(C) ([5d663d90](https://github.com/kbknapp/clap-rs/commit/5d663d90…
1234 * **Arg:** adds docs for ([49af4e38](https://github.com/kbknapp/clap-rs/commit/49af4e38a5dae2ab0a7…
1245 …onal values after a trailing space ([cdc500bd](https://github.com/kbknapp/clap-rs/commit/cdc500bdd…
1246 …after the trailing space as values ([290f61d0](https://github.com/kbknapp/clap-rs/commit/290f61d07…
1256 * fix typos ([43b3d40b](https://github.com/kbknapp/clap-rs/commit/43b3d40b8c38b1571da75af86b5088b…
1257 …tps://github.com/kbknapp/clap-rs/commit/9e5f4f5d734d630bca5535c3a0aa4fd4f9db3e39), closes [#534](h…
1261 …tps://github.com/kbknapp/clap-rs/commit/33689acc689b217a8c0ee439f1b1225590c38355), closes [#533](h…
1265 …tps://github.com/kbknapp/clap-rs/commit/e84cc01836bbe0527e97de6db9889bd9e0fd6ba1), closes [#536](h…
1267 …tps://github.com/kbknapp/clap-rs/commit/e3d2893f377942a2d4cf3c6ff04524d0346e6fdb), closes [#538](h…
1268 …tps://github.com/kbknapp/clap-rs/commit/08ad1cff4fec57224ea957a2891a057b323c01bc), closes [#539](h…
1272 …tps://github.com/kbknapp/clap-rs/commit/902e182f7a58aff11ff01e0a452abcdbdb2262aa), closes [#426](h…
1273 …tps://github.com/kbknapp/clap-rs/commit/9b2e45b170aff567b038d8b3368880b6046c10c6), closes [#537](h…
1274 …tps://github.com/kbknapp/clap-rs/commit/edf9b2331c17a2cbcc13f961add4c55c2778e773), closes [#543](h…
1284 * removes extra newline from help output ([86e61d19](https://github.com/kbknapp/clap-rs/commit/86…
1285 * allows printing version to any io::Write object ([921f5f79](https://github.com/kbknapp/clap-rs/…
1286 * removes extra newline when printing version ([7e2e2cbb](https://github.com/kbknapp/clap-rs/comm…
1287 …clap-rs/commit/ca511de71f5b8c2ac419f1b188658e8c63b67846), closes [#526](https://github.com/kbknapp…
1288 …tps://github.com/kbknapp/clap-rs/commit/ec86f2dada1545a63fc72355e22fcdc4c466c215), closes [#518](h…
1292 …tps://github.com/kbknapp/clap-rs/commit/1761dc0d27d0d621229d792be40c36fbf65c3014), closes [#451](h…
1294 …tps://github.com/kbknapp/clap-rs/commit/fc3e0f5afda6d24cdb3c4676614beebe13e1e870), closes [#511](h…
1295 …tps://github.com/kbknapp/clap-rs/commit/e23418351a3b98bf08dfd7744bc14377c70d59ee), closes [#519](h…
1296 …tps://github.com/kbknapp/clap-rs/commit/7b10e7f8937a07fdb8d16a6d8df79ce78d080cd3), closes [#522](h…
1300 …rinted out of order with templates ([05abb534](https://github.com/kbknapp/clap-rs/commit/05abb5348…
1301 …tps://github.com/kbknapp/clap-rs/commit/90d7d6a2ea8240122dd9bf8d82d3c4f5ebb5c703), closes [#514](h…
1302 * fixes issue where before_help wasn't printed ([b3faff60](https://github.com/kbknapp/clap-rs/com…
1303 …tps://github.com/kbknapp/clap-rs/commit/1f4da7676e6e71aa8dda799f3eeefad105a47819), closes [#516](h…
1304 …gs couldn't be converted from strs ([706a7c11](https://github.com/kbknapp/clap-rs/commit/706a7c11b…
1305 …tps://github.com/kbknapp/clap-rs/commit/5354d14b51f189885ba110e01e6b76cca3752992), closes [#521](h…
1306 * **Windows:** fixes a failing windows build ([01e7dfd6](https://github.com/kbknapp/clap-rs/commit…
1307 …tps://github.com/kbknapp/clap-rs/commit/e468faf3f05950fd9f72d84b69aa2061e91c6c64), closes [#528](h…
1317 * removes extra newline from help output ([86e61d19](https://github.com/kbknapp/clap-rs/commit/86…
1318 * allows printing version to any io::Write object ([921f5f79](https://github.com/kbknapp/clap-rs/…
1319 * removes extra newline when printing version ([7e2e2cbb](https://github.com/kbknapp/clap-rs/comm…
1323 …rinted out of order with templates ([3935431d](https://github.com/kbknapp/clap-rs/commit/3935431d5…
1324 …tps://github.com/kbknapp/clap-rs/commit/90d7d6a2ea8240122dd9bf8d82d3c4f5ebb5c703), closes [#514](h…
1325 * fixes issue where before_help wasn't printed ([b3faff60](https://github.com/kbknapp/clap-rs/com…
1329 …tps://github.com/kbknapp/clap-rs/commit/3312893ddaef3f44d68d8d26ed3d08010be50d97), closes [#505](h…
1330 * makes all publicly available types viewable in docs ([52ca6505](https://github.com/kbknapp/clap…
1338 … setting multiple aliases at once ([ac42f6cf0](https://github.com/kbknapp/clap-rs/commit/ac42f6cf0…
1346 … adds feature to yaml configs too ([69592195](https://github.com/kbknapp/clap-rs/commit/695921954…
1350 …tps://github.com/kbknapp/clap-rs/commit/66b4dea65c44d8f77ff522238a9237aed1bcab6d), closes [#469](h…
1360 …tps://github.com/kbknapp/clap-rs/commit/3ca0947c166b4f8525752255e3a4fa6565eb9689), closes [#498](h…
1361 …* removes duplicate groups from usage strings ([f574fb8a](https://github.com/kbknapp/clap-rs/comm…
1365 …nal args in groups in a better way ([fef11154](https://github.com/kbknapp/clap-rs/commit/fef11154f…
1367 …* moves positionals to standard <> formatting ([03dfe5ce](https://github.com/kbknapp/clap-rs/comm…
1368 …tps://github.com/kbknapp/clap-rs/commit/5b7fe8e4161e43ab19e2e5fcf55fbe46791134e9), closes [#494](h…
1386 …isplaying info before help message ([29fbfa3b](https://github.com/kbknapp/clap-rs/commit/29fbfa3b9…
1387 …ed unless certain args are present ([af1f7916](https://github.com/kbknapp/clap-rs/commit/af1f79168…
1391 * hides formatting from docs ([cb708093](https://github.com/kbknapp/clap-rs/commit/cb708093a7cd05…
1392 …s and examples for required_unless ([ca727b52](https://github.com/kbknapp/clap-rs/commit/ca727b524…
1396 …tps://github.com/kbknapp/clap-rs/commit/3beebd81e7bc2faa4115ac109cf570e512c5477f), closes [#492](h…
1405 …ro (a new version of write_spaces) ([9d757e86](https://github.com/kbknapp/clap-rs/commit/9d757e867…
1407 …ge string without the USAGE: title ([a91d378b](https://github.com/kbknapp/clap-rs/commit/a91d378ba…
1408 …de the parser to generate the help ([d51945f8](https://github.com/kbknapp/clap-rs/commit/d51945f8b…
1409 … positionals argument as iterators ([9b23e7ee](https://github.com/kbknapp/clap-rs/commit/9b23e7ee4…
1410 …y order by introducing a new Trait ([1321630e](https://github.com/kbknapp/clap-rs/commit/1321630ef…
1411 * **srs/args:** Added longest_filter to AnyArg trait ([65b3f667](https://github.com/kbknapp/clap-r…
1415 …tps://github.com/kbknapp/clap-rs/commit/38fb59abf480eb2b6feca269097412f8b00b5b54), closes [#447](h…
1417 …tps://github.com/kbknapp/clap-rs/commit/abc8f669c3c8193ffc3a3b0ac6c3ac2198794d4f), closes [#483](h…
1418 …* Add a Templated Help system. ([81e121ed](https://github.com/kbknapp/clap-rs/commit/81e121edd616…
1422 …ntic changes introduced in 6933b84 ([8d23806b](https://github.com/kbknapp/clap-rs/commit/8d23806bd…
1429 …tps://github.com/kbknapp/clap-rs/commit/3019a685eee747ccbe6be09ad5dddce0b1d1d4db), closes [#476](h…
1438 …tps://github.com/kbknapp/clap-rs/commit/885d166f04eb3fb581898ae5818c6c8032e5a686), closes [#470](h…
1439 …tps://github.com/kbknapp/clap-rs/commit/71acf1d576946658b8bbdb5ae79e6716c43a030f), closes [#472](h…
1448 * fixes compiling with debug cargo feature ([d4b55450](https://github.com/kbknapp/clap-rs/commit/…
1449 …tps://github.com/kbknapp/clap-rs/commit/885d166f04eb3fb581898ae5818c6c8032e5a686), closes [#470](h…
1459 …tps://github.com/kbknapp/clap-rs/commit/205b07bf2e6547851f1290f8cd6b169145e144f1), closes [#466](h…
1467 …tps://github.com/kbknapp/clap-rs/commit/05365ddcc252e4b49e7a75e199d6001a430bd84d), closes [#456](h…
1468 …tps://github.com/kbknapp/clap-rs/commit/6933b8491c2a7e28cdb61b47dcf10caf33c2f78a), closes [#461](h…
1477 …tps://github.com/kbknapp/clap-rs/commit/813d75d06fbf077c65762608c0fa5e941cfc393c), closes [#452](h…
1481 …tps://github.com/kbknapp/clap-rs/commit/1d73b0355236923aeaf6799abc759762ded7e1d0), closes [#453](h…
1490 …tps://github.com/kbknapp/clap-rs/commit/e36af0266635f23e85e951b9088d561e9a5d1bf6), closes [#428](h…
1491 …tps://github.com/kbknapp/clap-rs/commit/2c12757bbdf34ce481f3446c074e24c09c2e60fd), closes [#416](h…
1492 …r custom ordering in help messages ([9803b51e](https://github.com/kbknapp/clap-rs/commit/9803b51e7…
1493 …tps://github.com/kbknapp/clap-rs/commit/ad86e43334c4f70e86909689a088fb87e26ff95a), closes [#444](h…
1494 …tps://github.com/kbknapp/clap-rs/commit/7d2a2ed413f5517d45988eef0765cdcd663b6372), closes [#442](h…
1498 … adding empty lines werent ignored ([c5c58c86](https://github.com/kbknapp/clap-rs/commit/c5c58c86b…
1502 …tps://github.com/kbknapp/clap-rs/commit/4ff0205b85a45151b59bbaf090a89df13438380f), closes [#439](h…
1509 …tps://github.com/kbknapp/clap-rs/commit/d752c17029598b19037710f204b7943f0830ae75), closes [#434](h…
1518 …tps://github.com/kbknapp/clap-rs/commit/3c8db0e9be1d24edaad364359513cbb02abb4186), closes [#429](h…
1519 * **Arg Examples:** adds better examples ([1e79cccc](https://github.com/kbknapp/clap-rs/commit/1e7…
1523 …tps://github.com/kbknapp/clap-rs/commit/066df7486e684cf50a8479a356a12ba972c34ce1), closes [#427](h…
1532 …tps://github.com/kbknapp/clap-rs/commit/73211952964a79d97b434dd567e6d7d34be7feb5), closes [#418](h…
1536 …mples and notes for default values ([9facd74f](https://github.com/kbknapp/clap-rs/commit/9facd74f8…
1545 …tps://github.com/kbknapp/clap-rs/commit/f0a99916c59ce675515c6dcdfe9a40b130510908), closes [#420](h…
1554 …e number_of_values wasnt respected ([72c387da](https://github.com/kbknapp/clap-rs/commit/72c387da0…
1563 …ing ArgGroups from standalone YAML ([fcbc7e12](https://github.com/kbknapp/clap-rs/commit/fcbc7e12f…
1564 …tps://github.com/kbknapp/clap-rs/commit/85b11468b0189d5cc15f1cfac5db40d17a0077dc), closes [#410](h…
1565 … subcmds didn't receive parent ver ([a62e4527](https://github.com/kbknapp/clap-rs/commit/a62e45275…
1573 … for up to u64::max values per arg ([c7abf7d7](https://github.com/kbknapp/clap-rs/commit/c7abf7d76…
1574 …an 256 occurrences of an argument. ([3731ddb3](https://github.com/kbknapp/clap-rs/commit/3731ddb36…
1578 …nHelp to skip writing those values ([cdee7a0e](https://github.com/kbknapp/clap-rs/commit/cdee7a0eb…
1582 …value_t_or_exit to return a Result ([ee96baff](https://github.com/kbknapp/clap-rs/commit/ee96baffd…
1591 …s [&'static str; #] instead of Vec ([9c4b8a1a](https://github.com/kbknapp/clap-rs/commit/9c4b8a1a6…
1595 …d by unstable, not nightly feature ([0c8b84af](https://github.com/kbknapp/clap-rs/commit/0c8b84af6…
1596 …tps://github.com/kbknapp/clap-rs/commit/c19c17a8850602990e24347aeb4427cf43316223), closes [#405](h…
1597 …tps://github.com/kbknapp/clap-rs/commit/0bcc71206478074769e311479b34a9f74fe80f5c), closes [#406](h…
1606 …tps://github.com/kbknapp/clap-rs/commit/dcbcc60c9ba17894be636472ea4b07a82d86a9db), closes [#402](h…
1615 …tps://github.com/kbknapp/clap-rs/commit/fa3a2f86bd674c5eb07128c95098fab7d1437247), closes [#350](h…
1619 …tps://github.com/kbknapp/clap-rs/commit/177fe5cce745c2164a8e38c23be4c4460d2d7211), closes [#372](h…
1620 …tps://github.com/kbknapp/clap-rs/commit/e4d429b9d52e95197bd0b572d59efacecf305a59), closes [#385](h…
1621 …tps://github.com/kbknapp/clap-rs/commit/508db850a87c2e251cf6b6ddead9ad56b29f9e57), closes [#352](h…
1622 …tps://github.com/kbknapp/clap-rs/commit/dafeae8a526162640f6a68da434370c64d190889), closes [#353](h…
1623 …tps://github.com/kbknapp/clap-rs/commit/e69da6afcd2fe48a3c458ca031db40997f860eda), closes [#348](h…
1624 …tps://github.com/kbknapp/clap-rs/commit/4555736cad01441dcde4ea84a285227e0844c16e), closes [#367](h…
1625 …tps://github.com/kbknapp/clap-rs/commit/c5c59dec0bc33b86b2e99d30741336f17ec84282), closes [#269](h…
1626 * **v2:** implementing the base of 2.x ([a3536054](https://github.com/kbknapp/clap-rs/commit/a3536…
1630 * fixes nightly build with new lints ([17599195](https://github.com/kbknapp/clap-rs/commit/175991…
1631 …tps://github.com/kbknapp/clap-rs/commit/674c9b48c7c92079cb180cc650a9e39f34781c32), closes [#392](h…
1632 * fixes yaml build for 2x base ([adceae64](https://github.com/kbknapp/clap-rs/commit/adceae64c855…
1636 …tps://github.com/kbknapp/clap-rs/commit/1303b3607468f362ab1b452d5614c1a064dc69b4), closes [#394](h…
1637 …tps://github.com/kbknapp/clap-rs/commit/0a011f3142aec338d388a6c8bfe22fa7036021bb), closes [#394](h…
1638 * updates documentation for v2 release ([8d51724e](https://github.com/kbknapp/clap-rs/commit/8d51…
1639 * updating docs for 2x release ([576d0e0e](https://github.com/kbknapp/clap-rs/commit/576d0e0e2c7b…
1641 …tps://github.com/kbknapp/clap-rs/commit/acaba01a353c12144b9cd9a3ce447400691849b0), closes [#393](h…
1642 …* fix typo and make documentation conspicuous ([07b9f614](https://github.com/kbknapp/clap-rs/comm…
1692 …d short args didn't cause an error ([c9bf7e44](https://github.com/kbknapp/clap-rs/commit/c9bf7e444…
1693 …tps://github.com/kbknapp/clap-rs/commit/8f3817f665c0cab6726bc16c56a53b6a61e44448), closes [#368](h…
1694 … panic issue discovered via clippy ([ea83a3d4](https://github.com/kbknapp/clap-rs/commit/ea83a3d42…
1703 * **17_yaml:** conditinonally compile 17_yaml example ([575de089](https://github.com/kbknapp/clap-…
1707 * clippy improvements ([99cdebc2](https://github.com/kbknapp/clap-rs/commit/99cdebc23da3a45a165f1…
1712 …pe in WrongNumValues error builder ([5ba8ba9d](https://github.com/kbknapp/clap-rs/commit/5ba8ba9dc…
1713 …tps://github.com/kbknapp/clap-rs/commit/faad83fbef6752f3093b6e98fca09a9449b830f4), closes [#362](h…
1722 …errors are missing a final newline ([c4d2b171](https://github.com/kbknapp/clap-rs/commit/c4d2b1711…
1733 …ndows or without the color feature ([a35f7634](https://github.com/kbknapp/clap-rs/commit/a35f76346…
1743 …tps://github.com/kbknapp/clap-rs/commit/f03b88a9766b331a63879bcd747687f2e5a2661b), closes [#343](h…
1753 …d positional args in usage strings ([c6858f78](https://github.com/kbknapp/clap-rs/commit/c6858f787…
1757 * **FAQ:** updates readme with slight changes to FAQ ([a4ef0fab](https://github.com/kbknapp/clap-r…
1761 * massive errors overhaul ([cdc29175](https://github.com/kbknapp/clap-rs/commit/cdc29175bc9c53e5b…
1762 …refactor and deduplication of code ([8988853f](https://github.com/kbknapp/clap-rs/commit/8988853fb…
1763 * **Errors:** errors have been vastly improved ([e59bc0c1](https://github.com/kbknapp/clap-rs/comm…
1764 …ing some configuration into traits ([5800cdec](https://github.com/kbknapp/clap-rs/commit/5800cdec6…
1769 …* more BTreeMap->Vec, Opts and SubCmds ([bc4495b3](https://github.com/kbknapp/clap-rs/commit/bc44…
1770 …* changes flags BTreeMap->Vec ([d357640f](https://github.com/kbknapp/clap-rs/commit/d357640fab55e…
1771 …* removed unneeded BTreeMap ([78971fd6](https://github.com/kbknapp/clap-rs/commit/78971fd68d7dc5c…
1772 …* changes BTreeMap to VecMap in some instances ([64b921d0](https://github.com/kbknapp/clap-rs/com…
1773 …* removed excess clones ([ec0089d4](https://github.com/kbknapp/clap-rs/commit/ec0089d42ed715d293f…
1783 * Clarify behavior of Arg::multiple with options. ([434f497a](https://github.com/kbknapp/clap-rs/…
1784 * Fix typos and improve grammar. ([c1f66b5d](https://github.com/kbknapp/clap-rs/commit/c1f66b5de7…
1788 …-version return non-zero exit code ([89b51fdf](https://github.com/kbknapp/clap-rs/commit/89b51fdf8…
1798 …tps://github.com/kbknapp/clap-rs/commit/aff89d579b5b85c3dc81b64f16d5865299ec39a2), closes [#318](h…
1802 …tps://github.com/kbknapp/clap-rs/commit/34ce59ede53bfa2eef722c74881cdba7419fd9c7), closes [#309](h…
1803 … only builds help and version once ([e3be87cf](https://github.com/kbknapp/clap-rs/commit/e3be87cfc…
1804 …tps://github.com/kbknapp/clap-rs/commit/c9a9548a8f96cef8a3dd9a980948325fbbc1b91b), closes [#323](h…
1805 …where required args are overridden ([40ed2b50](https://github.com/kbknapp/clap-rs/commit/40ed2b50c…
1806 …tps://github.com/kbknapp/clap-rs/commit/c47025dca2b3305dea0a0acfdd741b09af0c0d05), closes [#256](h…
1807 …tps://github.com/kbknapp/clap-rs/commit/27df8b9d98d13709dad3929a009f40ebff089a1a), closes [#329](h…
1811 …tps://github.com/kbknapp/clap-rs/commit/1a8bf31e7a6b87ce48a66af2cde1645b2dd5bc95), closes [#325](h…
1821 * fixes crash on invalid arg error ([c78ce128](https://github.com/kbknapp/clap-rs/commit/c78ce128…
1831 * clean up some formatting ([b7df92d7](https://github.com/kbknapp/clap-rs/commit/b7df92d7ea258357…
1832 * move the crate-level docs to top of the lib.rs file ([d7233bf1](https://github.com/kbknapp/clap…
1833 * changes doc comments to rustdoc comments ([34b601be](https://github.com/kbknapp/clap-rs/commit/…
1834 …tps://github.com/kbknapp/clap-rs/commit/945b00a0c27714b63bdca48d003fe205fcfdc578), closes [#295](h…
1835 * avoid suggesting star dependencies. ([d33228f4](https://github.com/kbknapp/clap-rs/commit/d3322…
1836 …tps://github.com/kbknapp/clap-rs/commit/6f9ee181e69d90bd4206290e59d6f3f1e8f0cbb2), closes [#293](h…
1840 * grammar error in some conflicting option errors ([e73b07e1](https://github.com/kbknapp/clap-rs/…
1841 … and options as a unified category ([2a223dad](https://github.com/kbknapp/clap-rs/commit/2a223dad8…
1842 …tps://github.com/kbknapp/clap-rs/commit/72b453dc170af3050bb123d35364f6da77fc06d7), closes [#277](h…
1843 …tps://github.com/kbknapp/clap-rs/commit/aaf0d6fe7aa2403e76096c16204d254a9ee61ee2), closes [#298](h…
1847 * supports -aValue style options ([0e3733e4](https://github.com/kbknapp/clap-rs/commit/0e3733e4fe…
1848 …tps://github.com/kbknapp/clap-rs/commit/27018b1821a4bcd5235cfe92abe71b3c99efc24d), closes [#278](h…
1858 * allows accessing arg values by group name ([c92a4b9e](https://github.com/kbknapp/clap-rs/commit…
1862 * use links to examples instead of plain text ([bb4fe237](https://github.com/kbknapp/clap-rs/comm…
1866 …tps://github.com/kbknapp/clap-rs/commit/1412e639e0a79df84936d1101a837f90077d1c83), closes [#277](h…
1867 …tps://github.com/kbknapp/clap-rs/commit/f121ae749f8f4bfe754ef2e8a6dfc286504b5b75), closes [#287](h…
1877 …tps://github.com/kbknapp/clap-rs/commit/e17fcec53b3216ad047a13dddc6f740473fad1a1), closes [#271](h…
1887 * add clap_app quick example ([4ba6249c](https://github.com/kbknapp/clap-rs/commit/4ba6249c3cf4d2…
1891 …cing on invalid unicode characters ([c5bf7ddc](https://github.com/kbknapp/clap-rs/commit/c5bf7ddc8…
1895 * properly names Examples section for rustdoc ([87ba5445](https://github.com/kbknapp/clap-rs/comm…
1896 * fixes various typos and spelling ([f85640f9](https://github.com/kbknapp/clap-rs/commit/f85640f9…
1897 * **Arg:** unhides fields of the Arg struct ([931aea88](https://github.com/kbknapp/clap-rs/commit/…
1901 * flush the buffer in App::print_version() ([cbc42a37](https://github.com/kbknapp/clap-rs/commit/…
1902 * Macro benchmarks ([13712da1](https://github.com/kbknapp/clap-rs/commit/13712da1d36dc7614eec3a10…
1912 * allows printing help message by library consumers ([56b95f32](https://github.com/kbknapp/clap-r…
1913 …tps://github.com/kbknapp/clap-rs/commit/2cab4d0334ea3c2439a1d4bfca5bf9905c7ea9ac), closes [#231](h…
1914 … App/Arg/Group/SubCommand building ([443841b0](https://github.com/kbknapp/clap-rs/commit/443841b01…
1915 … write to stderr and exit on error ([1e6403b6](https://github.com/kbknapp/clap-rs/commit/1e6403b6a…
1925 * fixed ErrorKind docs ([dd057843](https://github.com/kbknapp/clap-rs/commit/dd05784327fa070eb6ce…
1926 * **ErrorKind:** changed examples content ([b9ca2616](https://github.com/kbknapp/clap-rs/commit/b9…
1930 …help subcommand wasn't overridable ([94003db4](https://github.com/kbknapp/clap-rs/commit/94003db4b…
1934 …arsing matches and/or exit on help ([94003db4](https://github.com/kbknapp/clap-rs/commit/94003db4b…
1935 … users to handle errors themselves ([934e6fbb](https://github.com/kbknapp/clap-rs/commit/934e6fbb6…
1945 * **17_yaml:** fixed example ([9b848622](https://github.com/kbknapp/clap-rs/commit/9b848622296c8c5…
1949 * changes ArgGroup HashSets to Vec ([3cb4a48e](https://github.com/kbknapp/clap-rs/commit/3cb4a48e…
1950 * changes BTreeSet for Vec in some instances ([baab2e3f](https://github.com/kbknapp/clap-rs/commi…
1960 * **YAML:** allows building a CLI from YAML files ([86cf4c45](https://github.com/kbknapp/clap-rs/c…
1961 …t for building ArgGroups from yaml ([ecf88665](https://github.com/kbknapp/clap-rs/commit/ecf88665c…
1962 … support for subcommands from yaml ([e415cf78](https://github.com/kbknapp/clap-rs/commit/e415cf78b…
1966 …ples for using YAML to build a CLI ([ab41d7f3](https://github.com/kbknapp/clap-rs/commit/ab41d7f38…
1967 * **Args from YAML:** fixes doc examples ([19b348a1](https://github.com/kbknapp/clap-rs/commit/19b…
1968 …instead of having unused variables ([8cbacd88](https://github.com/kbknapp/clap-rs/commit/8cbacd888…
1972 * Add AppSettings example ([12705079](https://github.com/kbknapp/clap-rs/commit/12705079ca96a709b…
1976 …tps://github.com/kbknapp/clap-rs/commit/169ffec1003d58d105d7ef2585b3425e57980000), closes [#210](h…
1986 * add custom validator example ([b9997d1f](https://github.com/kbknapp/clap-rs/commit/b9997d1fca74…
1987 * fix indentation ([d4f1b740](https://github.com/kbknapp/clap-rs/commit/d4f1b740ede410fd2528b9ecd…
1991 …ine a name for help and usage msgs ([ad962ec4](https://github.com/kbknapp/clap-rs/commit/ad962ec47…
2001 …tps://github.com/kbknapp/clap-rs/commit/3d5e9a6cedb26668839b481c9978e2fbbab8be6f), closes [#192](h…
2011 …tps://github.com/kbknapp/clap-rs/commit/b41afa8c3ded3d1be12f7a2f8ea06cc44afc9458), closes [#188](h…
2021 …or message, also added test for it ([fc7a31a7](https://github.com/kbknapp/clap-rs/commit/fc7a31a74…
2022 * **App:** fixed requirmets overriding ([9c135eb7](https://github.com/kbknapp/clap-rs/commit/9c135…
2032 * **README.md:** updates for new features ([16cf9245](https://github.com/kbknapp/clap-rs/commit/16…
2036 * implements posix compatible conflicts for long args ([8c2d48ac](https://github.com/kbknapp/clap…
2037 …nflicts in POSIX compatible manner ([0b916a00](https://github.com/kbknapp/clap-rs/commit/0b916a00d…
2038 …OSIX compatible argument conflicts ([d715646e](https://github.com/kbknapp/clap-rs/commit/d715646e6…
2042 * fixed links in cargo and license buttons ([6d9837ad](https://github.com/kbknapp/clap-rs/commit/…
2046 …nstances for increased performance ([d0c3b379](https://github.com/kbknapp/clap-rs/commit/d0c3b3797…
2056 * fixed misspell and enum name ([7df170d7](https://github.com/kbknapp/clap-rs/commit/7df170d7f4ec…
2057 * fixed use for clap crate ([dc3ada73](https://github.com/kbknapp/clap-rs/commit/dc3ada738667d4b6…
2061 * updates docs for new features ([03496547](https://github.com/kbknapp/clap-rs/commit/03496547178…
2062 * fixed docs for previous changes ([ade36778](https://github.com/kbknapp/clap-rs/commit/ade367780…
2066 …y to add multiple settings at once ([4a00e251](https://github.com/kbknapp/clap-rs/commit/4a00e2510…
2070 … level settings with enum variants ([618dc4e2](https://github.com/kbknapp/clap-rs/commit/618dc4e2c…
2071 …tps://github.com/kbknapp/clap-rs/commit/84ae2ddbceda34b5cbda98a6959edaa52fde2e1a), closes [#170](h…
2081 …elp and subcommands required error ([d63c0136](https://github.com/kbknapp/clap-rs/commit/d63c01363…
2090 * removes some unneeded allocations ([93e915df](https://github.com/kbknapp/clap-rs/commit/93e915d…
2098 …lays a [--] when it may be helpful ([86c3be85](https://github.com/kbknapp/clap-rs/commit/86c3be85f…
2102 …in a macro generated error message ([c9195c5f](https://github.com/kbknapp/clap-rs/commit/c9195c5f9…
2103 …or output when failed type parsing ([fe5d95c6](https://github.com/kbknapp/clap-rs/commit/fe5d95c64…
2113 …e lack of color support on Windows ([52f81e17](https://github.com/kbknapp/clap-rs/commit/52f81e173…
2117 …tps://github.com/kbknapp/clap-rs/commit/9cb5dceb3e5fe5e0e7b24619ff77e5040672b723), closes [#163](h…
2127 …e {n} newlines inside help strings ([6d214b54](https://github.com/kbknapp/clap-rs/commit/6d214b549…
2137 …tps://github.com/kbknapp/clap-rs/commit/42b6d1fc3c519c92dfb3af15276e7d3b635e6cfe), closes [#161](h…
2147 …tps://github.com/kbknapp/clap-rs/commit/52bcd892ea51564ce463bc5865acd64f8fe91cb1), closes [#158](h…
2148 …tps://github.com/kbknapp/clap-rs/commit/336c476f631d512b54ac56fdca6f29ebdc2c00c5), closes [#156](h…
2149 …tps://github.com/kbknapp/clap-rs/commit/bc66d3c6deedeca62463fff95369ab1cfcdd366b), closes [#157](h…
2153 …tps://github.com/kbknapp/clap-rs/commit/f9800a29696dd2cc0b0284bf693b3011831e556f), closes [#145](h…
2158 …ements when printing help messages ([52bcd892](https://github.com/kbknapp/clap-rs/commit/52bcd892e…
2162 * updates readme with new features ([8232f7bb](https://github.com/kbknapp/clap-rs/commit/8232f7bb…
2163 …ple for `App::subcommand_required` ([8889689d](https://github.com/kbknapp/clap-rs/commit/8889689dc…
2172 …tps://github.com/kbknapp/clap-rs/commit/cc76ab8c2b77c67b42f4717ded530df7806142cf), closes [#154](h…
2176 …example help message to new format ([0aca29bd](https://github.com/kbknapp/clap-rs/commit/0aca29bd5…
2186 …tps://github.com/kbknapp/clap-rs/commit/dc7e1fcea5c85d317018fb201d2a9262249131b4), closes [#147](h…
2196 …tps://github.com/kbknapp/clap-rs/commit/083f82d333b69720a6ef30074875310921d964d1), closes [#151](h…
2206 * **README.md** adds new features to what's new list ([938f7f01](https://github.com/kbknapp/clap-r…
2207 * **README.md** use with_name for subcommands ([28b7e316](https://github.com/kbknapp/clap-rs/commi…
2211 …cations, not just std::env::args() ([75312528](https://github.com/kbknapp/clap-rs/commit/753125282…
2221 …tps://github.com/kbknapp/clap-rs/commit/d0da3bdd9d1871541907ea9c645322a74d260e07), closes [#140](h…
2222 …tps://github.com/kbknapp/clap-rs/commit/26d5ae3e330d1e150811d5b60b2b01a8f8df854e), closes [#141](h…
2226 * adds "whats new" section to readme ([ff149a29](https://github.com/kbknapp/clap-rs/commit/ff149a…
2230 * removes deprecated functions in prep for 1.0 ([274484df](https://github.com/kbknapp/clap-rs/com…
2240 * updates docs to new version flag defaults ([ebf442eb](https://github.com/kbknapp/clap-rs/commit…
2244 …documentation) (**BREAKING CHANGE** [eb1d9320](https://github.com/kbknapp/clap-rs/commit/eb1d9320c…
2254 …tps://github.com/kbknapp/clap-rs/commit/1f377960a48c82f54ca5f39eb56bcb393140b046), closes [#137](h…
2264 …tps://github.com/kbknapp/clap-rs/commit/8f2c0160c8d844daef375a33dbaec7d89de00a00), closes [#137](h…
2274 …tps://github.com/kbknapp/clap-rs/commit/a37842eec1ee3162b86fdbda23420b221cdb1e3b), closes [#135](h…
2284 …tps://github.com/kbknapp/clap-rs/commit/2191fe94bda35771383b52872fb7f5421b178be1), closes [#134](h…
2288 * adds contributing guidelines ([6f76bd0a](https://github.com/kbknapp/clap-rs/commit/6f76bd0a07e8…
2298 …tps://github.com/kbknapp/clap-rs/commit/29ca7b2f74376ca0cdb9d8ee3bfa99f7640cc404), closes [#133](h…
2308 …tps://github.com/kbknapp/clap-rs/commit/2bcc6137a83cb07757771a0afea953e68e692f0b), closes [#131](h…
2312 …tps://github.com/kbknapp/clap-rs/commit/d6c3ed54d21cf7b40d9f130d4280ff5448522fc5), closes [#129](h…
2316 …s and functions for stable release ([28b73855](https://github.com/kbknapp/clap-rs/commit/28b738555…
2320 * updates for deprecations and new features ([743eefe8](https://github.com/kbknapp/clap-rs/commit…
2330 …tps://github.com/kbknapp/clap-rs/commit/52218cc1fdb06a42456c964d98cc2c7ac3432412), closes [#124](h…
2340 …s program name in help and version ([08ba3f25](https://github.com/kbknapp/clap-rs/commit/08ba3f25c…
2350 …tps://github.com/kbknapp/clap-rs/commit/dd8f21c7c15cde348fdcf44fa7c205f0e98d2e4a), closes [#125](h…
2351 …clap to decide if empty values are allowed or not ([ab4ec609](https://github.com/kbknapp/clap-rs/c…
2356 …tps://github.com/kbknapp/clap-rs/commit/7554f238fd3afdd60b7e4dcf00ff4a9eccf842c1), closes [#126](h…
2357 …tps://github.com/kbknapp/clap-rs/commit/4a4229f500e21c350e1ef78dd09ef27559653288), closes [#123](h…
2367 …tps://github.com/kbknapp/clap-rs/commit/bc12e78eadd7eaf9d008a8469fdd2dfd7990cb5d), closes [#121](h…
2377 …tps://github.com/kbknapp/clap-rs/commit/0c264a8ca57ec1cfdcb74dae79145d766cdc9b97), closes [#118](h…
2382 …tps://github.com/kbknapp/clap-rs/commit/30fa87ba4e0f3189351d8f4f78b72e616a30d0bd), closes [#119](h…
2383 …tps://github.com/kbknapp/clap-rs/commit/d1219f0d1371d872061bd0718057eca4ef47b739), closes [#120](h…
2393 …tps://github.com/kbknapp/clap-rs/commit/d2b3b1faa0bdc1c5d2350cc4635aba81e02e9d96), closes [#116](h…
2403 …tps://github.com/kbknapp/clap-rs/commit/55d155827ea4a6b077a83669701e797ce1ad68f4), closes [#114](h…
2407 * **usage** removes unneeded allocations ([fd53cd18](https://github.com/kbknapp/clap-rs/commit/fd5…
2417 …tps://github.com/kbknapp/clap-rs/commit/eb0e374ecf952f1eefbc73113f21e0705936e40b), closes [#112](h…
2427 …tps://github.com/kbknapp/clap-rs/commit/fc79017eced04fd41cc1801331e5054df41fac17), closes [#109](h…
2431 …tps://github.com/kbknapp/clap-rs/commit/aab44cca6352f47e280c296e50c535f5d752dd46), closes [#110](h…
2432 …ggested arguments to usage strings ([99447414](https://github.com/kbknapp/clap-rs/commit/994474146…
2442 * **did-you-mean** for review ([0535cfb0](https://github.com/kbknapp/clap-rs/commit/0535cfb0c71133…
2443 … matched a subcmd, even after '--' ([90e7b081](https://github.com/kbknapp/clap-rs/commit/90e7b0818…
2444 …e between arg and help is too long ([632fb115](https://github.com/kbknapp/clap-rs/commit/632fb1151…
2448 …tps://github.com/kbknapp/clap-rs/commit/3d58197674ed7886ca315efb76e411608a327501), closes [#98](ht…
2450 …* gate it behind 'suggestions' ([c0e38351](https://github.com/kbknapp/clap-rs/commit/c0e383515d01…
2451 …* for possible values ([1cc2deb2](https://github.com/kbknapp/clap-rs/commit/1cc2deb29158e0e4e8b43…
2452 …* for long flags (i.e. --long) ([52a0b850](https://github.com/kbknapp/clap-rs/commit/52a0b8505c99…
2453 …* for subcommands ([06e869b5](https://github.com/kbknapp/clap-rs/commit/06e869b5180258047ed3c60ba…
2454 * **Flags** adds sugestions functionality ([8745071c](https://github.com/kbknapp/clap-rs/commit/87…
2455 * **errors** colorizes output red on error ([f8b26b13](https://github.com/kbknapp/clap-rs/commit/f…
2459 …tps://github.com/kbknapp/clap-rs/commit/b249f9657c6921c004764bd80d13ebca81585eec), closes [#104](h…
2460 * **clap-test** simplified `make test` invocation ([d17dcb29](https://github.com/kbknapp/clap-rs/c…
2464 …ls about optional and new features ([960389de](https://github.com/kbknapp/clap-rs/commit/960389de0…
2465 * **clap** fix typos caught by codespell ([8891d929](https://github.com/kbknapp/clap-rs/commit/889…
2466 …usage strings with multiple values ([05476fc6](https://github.com/kbknapp/clap-rs/commit/05476fc61…
2476 …of values to options in help/usage ([c1c993c4](https://github.com/kbknapp/clap-rs/commit/c1c993c41…
2480 …tps://github.com/kbknapp/clap-rs/commit/ad55748c265cf27935c7b210307d2040b6a09125), closes [#98](ht…
2484 …tps://github.com/kbknapp/clap-rs/commit/dd2a75640ca68a91b973faad15f04df891356cef), closes [#99](ht…
2485 * **help** fixes tab alignment with multiple values ([847001ff](https://github.com/kbknapp/clap-rs…
2489 …usage strings with multiple values ([5a3a42df](https://github.com/kbknapp/clap-rs/commit/5a3a42dfa…
2499 …ions with no value don't error out ([a1fb94be](https://github.com/kbknapp/clap-rs/commit/a1fb94be5…
2509 …uccession get their values skipped ([f66334d0](https://github.com/kbknapp/clap-rs/commit/f66334d0c…
2519 …es are parsed as missing arguments ([93c4a723](https://github.com/kbknapp/clap-rs/commit/93c4a7231…
2523 …ves error messages and corrections ([a29c3983](https://github.com/kbknapp/clap-rs/commit/a29c3983c…
2524 …and confliction support for groups ([c236dc5f](https://github.com/kbknapp/clap-rs/commit/c236dc5ff…
2534 …tps://github.com/kbknapp/clap-rs/commit/12aea9612d290845ba86515c240aeeb0a21198db), closes [#96](ht…
2544 …exact number of values was reached ([86d92c9f](https://github.com/kbknapp/clap-rs/commit/86d92c9fd…
2554 …tps://github.com/kbknapp/clap-rs/commit/ad4e54510739aeabf75f0da3278fb0952db531b3), closes [#83](ht…
2559 …nimum and maximum number of values ([53f6b8c9](https://github.com/kbknapp/clap-rs/commit/53f6b8c9d…
2560 …* adds support limited number and named values ([ae09f05e](https://github.com/kbknapp/clap-rs/com…
2561 …d for options with multiple values ([6669f0a9](https://github.com/kbknapp/clap-rs/commit/6669f0a96…
2562 …tps://github.com/kbknapp/clap-rs/commit/0cc2f69839b9b1db5d06330771b494783049a88e), closes [#87](ht…
2563 …tps://github.com/kbknapp/clap-rs/commit/d77048efb1e595ffe831f1a2bea2f2700db53b9f), closes [#88](ht…
2573 …tps://github.com/kbknapp/clap-rs/commit/ad4e54510739aeabf75f0da3278fb0952db531b3), closes [#83](ht…
2583 … help --long=long -> --long <long> ([1e25abfc](https://github.com/kbknapp/clap-rs/commit/1e25abfc3…
2584 … when their exclusions are present ([4bb4c3cc](https://github.com/kbknapp/clap-rs/commit/4bb4c3cc0…
2588 * **ArgGroups** add ability to create arg groups ([09eb4d98](https://github.com/kbknapp/clap-rs/co…
2598 …ug causing args to not be required ([b76129e9](https://github.com/kbknapp/clap-rs/commit/b76129e9b…
2602 …lp info after auto-gen'ed help msg ([65cc259e](https://github.com/kbknapp/clap-rs/commit/65cc259e4…
2612 …d spaces should be treated equally ([4fd44181](https://github.com/kbknapp/clap-rs/commit/4fd44181d…
2616 …cro to get version from Cargo.toml ([c630969a](https://github.com/kbknapp/clap-rs/commit/c630969aa…
2626 * **macros.rs** fix use statements for trait impls ([86e4075e](https://github.com/kbknapp/clap-rs/…
2636 …ate enums pub or priv with derives ([2c499f80](https://github.com/kbknapp/clap-rs/commit/2c499f801…
2646 …reate custom enums to use as types ([fb672aff](https://github.com/kbknapp/clap-rs/commit/fb672aff5…
2657 …* add ability to get multiple typed values or exit ([0b87251f](https://github.com/kbknapp/clap-rs…
2658 …* add ability to get a typed multiple values ([e243fe38](https://github.com/kbknapp/clap-rs/commi…
2659 …* add convenience macro to get a typed value or exit ([4b7cd3ea](https://github.com/kbknapp/clap-…
2660 …* add convenience macro to get a typed value ([8752700f](https://github.com/kbknapp/clap-rs/commi…
2670 * **from_usage** trim all whitespace before parsing ([91d29045](https://github.com/kbknapp/clap-rs…
2680 * **tests** fix failing doc tests ([3710cd69](https://github.com/kbknapp/clap-rs/commit/3710cd6916…
2684 …r building args from usage strings ([d5d48bcf](https://github.com/kbknapp/clap-rs/commit/d5d48bcf4…
2685 …asic arguments from a usage string ([ab409a8f](https://github.com/kbknapp/clap-rs/commit/ab409a8f1…
2696 …* remove unneeded space ([51372789](https://github.com/kbknapp/clap-rs/commit/5137278942121bc2593…
2697 …* remove warning about unused variables ([ba817b9d](https://github.com/kbknapp/clap-rs/commit/ba8…
2701 …t usage string for subcommands too ([3636afc4](https://github.com/kbknapp/clap-rs/commit/3636afc40…
2711 …me and subcommand matches together ([64e53928](https://github.com/kbknapp/clap-rs/commit/64e539280…
2712 …method to get default usage string ([02462150](https://github.com/kbknapp/clap-rs/commit/02462150c…
2722 …o as to not display a random order ([f4b2bf57](https://github.com/kbknapp/clap-rs/commit/f4b2bf576…
2732 …allowing users to specify -v or -h ([90e72cff](https://github.com/kbknapp/clap-rs/commit/90e72cffd…
2742 …tion argument has not long version ([ca17fa49](https://github.com/kbknapp/clap-rs/commit/ca17fa494…
2752 …tps://github.com/kbknapp/clap-rs/commit/c14c3f31fd557c165570b60911d8ee483d89d6eb), closes [#50](ht…
2753 * **clap** remove unstable features for Rust 1.0 ([9abdb438](https://github.com/kbknapp/clap-rs/co…
2754 …tps://github.com/kbknapp/clap-rs/commit/18dbcf37024daf2b76ca099a6f118b53827aa339), closes [#51](ht…
2764 … number of occurrences for options ([82ad6ad7](https://github.com/kbknapp/clap-rs/commit/82ad6ad77…
2765 … for option arguments with no long ([e8691004](https://github.com/kbknapp/clap-rs/commit/e86910042…
2766 …tps://github.com/kbknapp/clap-rs/commit/a0a2a40fed57f7c5ad9d68970d090e9856306c7d), closes [#52](ht…
2767 …tps://github.com/kbknapp/clap-rs/commit/bff945fc5d03bba4266533340adcffb002508d1b), closes [#51](ht…
2768 * **tests** add missing .takes_value(true) to option2 ([bdb0e88f](https://github.com/kbknapp/clap-…
2769 …tps://github.com/kbknapp/clap-rs/commit/343d47dcbf83786a45c0d0f01b27fd9dd76725de), closes [#50](ht…
2779 …re required and mutually exclusive ([6ceb88a5](https://github.com/kbknapp/clap-rs/commit/6ceb88a59…
2789 * **help** fix formatting of help and usage ([28691b52](https://github.com/kbknapp/clap-rs/commit/…
2799 …ting of help for flags and options ([6ec10115](https://github.com/kbknapp/clap-rs/commit/6ec101156…
2809 …indicate multiple values supported ([297ddba7](https://github.com/kbknapp/clap-rs/commit/297ddba77…
2820 …positional args with multiple vals ([b7fa72d4](https://github.com/kbknapp/clap-rs/commit/b7fa72d40…
2821 …* add support for multiple values ([80784009](https://github.com/kbknapp/clap-rs/commit/807840094…
2831 …n application and subcommand names ([da549dcb](https://github.com/kbknapp/clap-rs/commit/da549dcb6…
2841 …rguments allowed are also required ([0a09eb36](https://github.com/kbknapp/clap-rs/commit/0a09eb365…
2851 …on options or positional arguments ([270eb889](https://github.com/kbknapp/clap-rs/commit/270eb8892…
2861 …e, even if only required by others ([1b7316d4](https://github.com/kbknapp/clap-rs/commit/1b7316d4a…
2865 …list subcommands in help and usage ([4ee02344](https://github.com/kbknapp/clap-rs/commit/4ee023442…
2875 * **tests** remove cargo test from claptests makefile ([1cf73817](https://github.com/kbknapp/clap-…
2885 * **option** fix bug with option occurrence values ([9af52e93](https://github.com/kbknapp/clap-rs/…
2886 * **tests** fix testing script bug and formatting ([d8f03a55](https://github.com/kbknapp/clap-rs/c…
2890 …es other than 'static in arguments ([9e8c1fb9](https://github.com/kbknapp/clap-rs/commit/9e8c1fb94…