• Home
  • Raw
  • Download

Lines Matching refs:rs

295 See [Issue 2688](https://github.com/clap-rs/clap/issues/2688) for more background.
358 See [Issue 4132](https://github.com/clap-rs/clap/issues/4132) for more background.
392 0. [Upgrade to v3](https://github.com/clap-rs/clap/blob/v3-master/CHANGELOG.md#migrating) if you ha…
393 …h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/trycmd/) for snapsho…
542 …atures](https://github.com/clap-rs/clap/issues/1807) and [clarify relationship to the builder](htt…
1079 …detect external subcommands aliasing when escaped](https://github.com/clap-rs/clap/issues/3263) (#…
1126 **[StructOpt](https://docs.rs/structopt/) Integration**
1128 [StructOpt](https://docs.rs/structopt/) provides a serde-like declarative
1152 …precated in favor of the builder API with `arg!` ([clap-rs/clap#2835](https://github.com/clap-rs/c…
1153 …om_usage` has been deprecated in favor of `arg!` ([clap-rs/clap#3087](https://github.com/clap-rs/c…
1154 …- [Porting example](https://github.com/clap-rs/clap/commit/4c4a2b86a08ef9e2d63010aab4909dd5a013dfb…
1155 …n deprecated in favor the builder or derive APIs ([clap-rs/clap#3087](https://github.com/clap-rs/c…
1161 1. Add CLI tests, `-h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/t…
1186 1. Add CLI tests, `-h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/t…
1212 1. Add CLI tests, `-h` and `--help` output at a minimum (recommendation: [trycmd](https://docs.rs/t…
1217 …elp` and change `PossibleValue::about` to `help` ([clap-rs/clap#3075](https://github.com/clap-rs/c…
1234 - See [clap-rs/clap#2807](https://github.com/clap-rs/clap/issues/2807)
1237 ([clap-rs/clap#2806](https://github.com/clap-rs/clap/issues/2806))
1239 …ger implies `ArgSettings::ForbidEmptyValues` ([#2233](https://github.com/clap-rs/clap/issues/2233))
1240 …sValue` and `ArgSettings::UseValueDelimiter` ([#2233](https://github.com/clap-rs/clap/issues/2233))
1243 …s` no longer imply `ArgSettings::TakesValue` ([#2233](https://github.com/clap-rs/clap/issues/2233))
1245 …nsidered false for flags, not just "not-present" ([clap-rs/clap#2539](https://github.com/clap-rs/c…
1247 - Usage exit code changed from `1` to `2` ([clap-rs/clap#1327](https://github.com/clap-rs/clap/issu…
1248 - Reject `--foo=bar` when `takes_value(false)` ([clap-rs/clap#1543](https://github.com/clap-rs/clap…
1255 - See [clap-rs/clap#2694](https://github.com/clap-rs/clap/pull/2694)
1263 - [clap-rs/clap#751](https://github.com/clap-rs/clap/issues/751)
1266 …rsionlessSubcommands`, making it the default (see [clap-rs/clap#2812](https://github.com/clap-rs/c…
1274 …g::value_name` now sets, rather than appends (see [clap-rs/clap#2634](https://github.com/clap-rs/c…
1285 …w takes the default value parameter as an option ([clap-rs/clap#1406](https://github.com/clap-rs/c…
1294 …ValueHint, ErrorKind, AppSettings, ArgSettings}` ([clap-rs/clap#3167](https://github.com/clap-rs/c…
1298 …(author)]`, `#[clap(about)]`, `#[clap(version)]` ([clap-rs/clap#3034](https://github.com/clap-rs/c…
1299 …e)]` is replaced with `#[clap(default_value_t)]` ([clap-rs/clap#1694](https://github.com/clap-rs/c…
1300 …ands now needs a `#[clap(subcommand)]` attribute ([clap-rs/clap#2587](https://github.com/clap-rs/c…
1321 - See [clap-rs/clap#805](https://github.com/clap-rs/clap/issues/805)
1322 …gs::UnifiedHelpMessage` is now default behaviour ([clap-rs/clap#2807](https://github.com/clap-rs/c…
1326 …`) with `before_long_help` and `after_long_help` ([clap-rs/clap#1903](https://github.com/clap-rs/c…
1328 - Aliases for short flags ([clap-rs/clap#1896](https://github.com/clap-rs/clap/issues/1896))
1331 - See [clap-rs/clap#751](https://github.com/clap-rs/clap/issues/751)
1333 - Hiding ([clap-rs/clap#2756](https://github.com/clap-rs/clap/issues/2756))
1334 …- Completion help for possible values for args ([clap-rs/clap#2731](https://github.com/clap-rs/cla…
1335 …to conflict with all others via `Arg::exclusive` ([clap-rs/clap#1583](https://github.com/clap-rs/c…
1337 - See [clap-rs/clap](https://github.com/clap-rs/clap/issues/1968)
1338 …missing_value` for cases like `--color[=<WHEN>]` ([clap-rs/clap#1587](https://github.com/clap-rs/c…
1344 - Added support for flag subcommands like pacman ([clap-rs/clap#1361](https://github.com/clap-rs/cl…
1345 - Partial parsing via `AppSettings::IgnoreErrors` ([clap-rs/clap#1880](https://github.com/clap-rs/c…
1346 …th `AppSettings::UseLongFormatForHelpSubcommand` ([clap-rs/clap#2435](https://github.com/clap-rs/c…
1347 …ith subcommands via `AppSettings::InferLongArgs` ([clap-rs/clap#2435](https://github.com/clap-rs/c…
1349 … completion scripts hints with `Arg::value_hint` ([clap-rs/clap#1793](https://github.com/clap-rs/c…
1352 `Arg::default_value_ifs_os` ([clap-rs/clap#1406](https://github.com/clap-rs/clap/issues/1406))
1353 … `false` for flags, in addition to "not-present" ([clap-rs/clap#2539](https://github.com/clap-rs/c…
1359 - See [clap-rs/clap#1120](https://github.com/clap-rs/clap/issues/1120)
1362 - See [clap-rs#1603](https://github.com/clap-rs/clap/issues/1603)
1365 - See [clap-rs/clap#1026](https://github.com/clap-rs/clap/issues/1026)
1369 …s via new `default_value_t [= <expr>]` attribute ([clap-rs/clap#1694](https://github.com/clap-rs/c…
1381 (see [clap-rs/clap#2812](https://github.com/clap-rs/clap/issues/2812))
1391 …ow `--help` in `cmd help` with `DisableHelpFlag` ([clap-rs/clap#3169](https://github.com/clap-rs/c…
1392 …ow `--help` in `cmd help help` that doesn't work ([clap-rs/clap#3169](https://github.com/clap-rs/c…
1396 …ndsNegateReqs` by allowing required `Option<_>`s ([clap-rs/clap#2255](https://github.com/clap-rs/c…
1397 - Infer `AllowInvalidUtf8` based on parser ([clap-rs/clap#751](https://github.com/clap-rs/clap/issu…
1399 …ault_value_os` but treat it like `default_value` ([clap-rs/clap#3031](https://github.com/clap-rs/c…
1400 … it has only `about` or `about` and `long_about` ([clap-rs/clap#3175](]https://github.com/clap-rs/…
1416 …en pipe errors on error output ([7a729bc4](https://github.com/kbknapp/clap-rs/commit/7a729bc4df264…
1434 …5](https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0), closes [#1905…
1438 * fixes versions referenced in the README ([d307466a](https://github.com/kbknapp/clap-rs/commit/d…
1440 …f examples to reduce confusion ([6e508ee0](https://github.com/kbknapp/clap-rs/commit/6e508ee09e715…
1444 …/github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491), closes [#1155](https…
1454 * Stephen Oats is now a sponsor \o/ ([823457c0](https://github.com/clap-rs/clap/commit/823457c0ef…
1455 …riplett's info in the sponsor document ([24cb5740](https://github.com/clap-rs/clap/commit/24cb5740…
1459 * **Completions:** adds completion support for Elvish. ([e9d0562a](https://github.com/clap-rs/clap…
1464 * **arg_matches.rs:** add Debug implementations ([47192b7a](https://github.com/clap-rs/clap/commit…
1465 * **macros:** Support shorthand syntax for ArgGroups ([df9095e7](https://github.com/clap-rs/clap/c…
1469 * Refer to macOS rather than OSX. ([ab0d767f](https://github.com/clap-rs/clap/commit/ab0d767f3a5a…
1470 * **README.md:** use https for all links ([96a7639a](https://github.com/clap-rs/clap/commit/96a763…
1474 …or missing args in subcommand ArgGroup ([2699d9e5](https://github.com/clap-rs/clap/commit/2699d9e5…
1475 * Restore compat with Rust 1.21 ([6b263de1](https://github.com/clap-rs/clap/commit/6b263de1d42ede…
1476 * Don't mention unused subcommands ([ef92e2b6](https://github.com/clap-rs/clap/commit/ef92e2b639e…
1477 * **OsValues:** Add `ExactSizeIterator` implementation ([356c69e5](https://github.com/clap-rs/clap…
1479 …* Fix comma position for valid values. ([1f1f9ff3](https://github.com/clap-rs/clap/commit/1f1f9ff…
1480 …* Invalid expansions of some trailing-comma patterns ([7023184f](https://github.com/clap-rs/clap/…
1481 …ompletions when whitespace is involved ([5a08ff29](https://github.com/clap-rs/clap/commit/5a08ff29…
1482 …a](https://github.com/clap-rs/clap/commit/6acc8b6a621a765cbf513450188000d943676a30), closes [#897]…
1483 …ted calling multi-argument Arg methods ([9e7a352e](https://github.com/clap-rs/clap/commit/9e7a352e…
1484 …rnalSubcommands and SubcommandRequired ([9601c95a](https://github.com/clap-rs/clap/commit/9601c95a…
1499 * **Completions:** adds completion support for Elvish. ([e9d0562a](https://github.com/clap-rs/clap…
1503 * **macros:** Support shorthand syntax for ArgGroups ([df9095e7](https://github.com/clap-rs/clap/c…
1507 * **OsValues:** Add `ExactSizeIterator` implementation ([356c69e5](https://github.com/clap-rs/clap…
1508 …nsions of some trailing-comma patterns ([7023184f](https://github.com/clap-rs/clap/commit/7023184f…
1509 …a](https://github.com/clap-rs/clap/commit/6acc8b6a621a765cbf513450188000d943676a30), closes [#897]…
1513 * Refer to macOS rather than OSX. ([ab0d767f](https://github.com/clap-rs/clap/commit/ab0d767f3a5a…
1521 …ps://github.com/clap-rs/clap/pull/1214/commits/e8774a84ee4a319c888036e7c595ab46451d8e48), closes […
1522 … (suggestions were getting in the way). ([a410e85](https://github.com/clap-rs/clap/pull/1215/commi…
1526 * Fixes some typos in the `README.md` ([c8e685d7](https://github.com/clap-rs/clap/commit/c8e685d76a…
1533 …' to the last positional arg with '--' ([df20e6e2](https://github.com/clap-rs/clap/commit/df20e6e2…
1541 …bility to query argument value indices ([f58d0576](https://github.com/clap-rs/clap/commit/f58d0576…
1542 * **Indices:** implements an Indices<Item=&usize> iterator ([1e67be44](https://github.com/clap-rs/…
1543 …phen_values` and `Arg::multiple(true)` ([66a78f29](https://github.com/clap-rs/clap/commit/66a78f29…
1547 * Fix some typos and markdown issues. ([935ba0dd](https://github.com/clap-rs/clap/commit/935ba0dd…
1548 …ion for the arg index querying methods ([50bc0047](https://github.com/clap-rs/clap/commit/50bc0047…
1549 …s://github.com/Manishearth/rust-clippy ([42407d7f](https://github.com/clap-rs/clap/commit/42407d7f…
1550 …he docs example of the Values iterator ([74075d65](https://github.com/clap-rs/clap/commit/74075d65…
1551 …hat the `wrap_help` feature is a thing ([fc7ab227](https://github.com/clap-rs/clap/commit/66a78f29…
1555 …nits = 1 in release and bench profiles ([19f425ea](https://github.com/clap-rs/clap/commit/66a78f29…
1556 * Adds WASM support (clap now compiles on WASM!) ([689949e5](https://github.com/clap-rs/clap/commi…
1557 …-tip for PowerShell completion scripts ([ecda22ce](https://github.com/clap-rs/clap/commit/ecda22ce…
1564 …ps://github.com/clap-rs/clap/pull/1175/commits/aab77c81a519b045f95946ae0dd3e850f9b93070), closes […
1568 …UNLESS `Arg::possible_values` was used ([872f02ae](https://github.com/clap-rs/clap/commit/872f02ae…
1569 …6](https://github.com/clap-rs/clap/commit/b57ee94609da3ddc897286cfba968f26ff961491), closes [#1155…
1570 …ps://github.com/clap-rs/clap/pull/1176/commits/414707e4e979d07bfe555247e5d130c546673708), closes […
1578 …ues couldn't ever have multiple values ([d95907cf](https://github.com/clap-rs/clap/commit/d95907cf…
1587 …0](https://github.com/clap-rs/clap/commit/6c7a001023ca1eac1cc6ffe6c936b4c4a2aa3c45), closes [#976]…
1591 …c](https://github.com/clap-rs/clap/commit/e06cefac97083838c0a4e1444dcad02a5c3f911e), closes [#1158…
1592 …e](https://github.com/clap-rs/clap/commit/73993fe30d135f682e763ec93dcb0814ed518011), closes [#1161…
1596 … allow all args to override themselves ([4670325d](https://github.com/clap-rs/clap/commit/4670325d…
1605 * **completions/zsh.rs:**
1606 …* Escape possible values for options ([25561dec](https://github.com/clap-rs/clap/commit/25561decf…
1607 …al argument possible values completion ([f3b0afd2](https://github.com/clap-rs/clap/commit/f3b0afd2…
1608 …* Complete positional arguments properly ([e39aeab8](https://github.com/clap-rs/clap/commit/e39ae…
1612 * **completions/zsh.rs:**
1613 …* Add missing autoload for is-at-least ([a6522607](https://github.com/clap-rs/clap/commit/a652260…
1614 …* Don't pass -S to _arguments if Zsh is too old ([16b4f143](https://github.com/clap-rs/clap/commi…
1615 …with mixed positionals and subcommands ([1146f0da](https://github.com/clap-rs/clap/commit/1146f0da…
1616 …2](https://github.com/clap-rs/clap/commit/0e185b922ed1e0fd653de00b4cd8d567d72ff68e), closes [#1142…
1625 * fixes broken links. ([56e734b8](https://github.com/clap-rs/clap/commit/56e734b839303d733d2e5baf…
1626 * updates contributors list ([e1313a5a](https://github.com/clap-rs/clap/commit/e1313a5a0f69d8f401…
1630 * further debloating by removing generics from error cases ([eb8d919e](https://github.com/clap-rs
1631 * debloats clap by deduplicating logic and refactors ([03e413d7](https://github.com/clap-rs/clap/…
1635 …ding a value to a flag that expects it ([d26ab2b9](https://github.com/clap-rs/clap/commit/d26ab2b9…
1636 …pt code generation to support hyphens. ([ba7f1d18](https://github.com/clap-rs/clap/commit/ba7f1d18…
1637 * **completions/zsh.rs:** Fix completion of long option values ([46365cf8](https://github.com/clap…
1645 … display only the key in help messages ([fb41d062](https://github.com/clap-rs/clap/commit/fb41d062…
1655 * changes the demo version to 2.28 to stay in sync ([ce6ca492](https://github.com/clap-rs/clap/co…
1656 …a](https://github.com/clap-rs/clap/commit/ce72aada56a9581d4a6cb4bf9bdb861c3906f8df), closes [#1106…
1657 * fix typo ([002b07fc](https://github.com/clap-rs/clap/commit/002b07fc98a1c85acb66296b1eec0b2aba9…
1658 … and pulls out some redundant sections ([db6caf86](https://github.com/clap-rs/clap/commit/db6caf86…
1662 …7](https://github.com/clap-rs/clap/commit/e78bb757a3df16e82d539e450c06767a6bfcf859), closes [#1093…
1666 …e](https://github.com/clap-rs/clap/commit/1fec268e51736602e38e67c76266f439e2e0ef12), closes [#1118…
1667 … crate to be able to use Custom Derive ([6f4c3412](https://github.com/clap-rs/clap/commit/6f4c3412…
1671 …f](https://github.com/clap-rs/clap/commit/a283d69fc08aa016ae1bf9ba010012abecc7ba69), closes [#1112…
1672 …1](https://github.com/clap-rs/clap/commit/2fb758219c7a60d639da67692e100b855a8165ac), closes [#1105…
1673 …5](https://github.com/clap-rs/clap/commit/f61ce3f55fe65e16b3db0bd4facdc4575de22767), closes [#1086…
1697 See the commit [0c223f54](https://github.com/clap-rs/clap/commit/0c223f54ed46da406bc8b43a5806e0b227…
1703 …4](https://github.com/clap-rs/clap/commit/77ed46841fc0263d7aa32fcc5cc49ef703b37c04), closes [#1066…
1704rs/clap/commit/0c223f54ed46da406bc8b43a5806e0b227863b31), closes [#1031](https://github.com/clap-r…
1705rs/clap/commit/5eb342a99dde07b0f011048efde3e283bc1110fc), closes [#1050](https://github.com/clap-r…
1706 …e](https://github.com/clap-rs/clap/commit/58b5b4be315280888d50d9b15119b91a9028f050), closes [#1071…
1707 …7](https://github.com/clap-rs/clap/commit/d86ec79742c77eb3f663fb30e225954515cf25bb), closes [#1076…
1708rs/clap/commit/a43f9dd4aaf1864dd14a3c28dec89ccdd70c61e5), closes [#1010](https://github.com/clap-r…
1709 …f](https://github.com/clap-rs/clap/commit/9c248cbf7d8a825119bc387c23e9a1d1989682b0), closes [#1047…
1713 …about using multiples with subcommands ([03455b77](https://github.com/clap-rs/clap/commit/03455b77…
1714 …an now be propagated back up the stack ([ead076f0](https://github.com/clap-rs/clap/commit/ead076f0…
1715 * add html_root_url attribute ([e67a061b](https://github.com/clap-rs/clap/commit/e67a061bcf567c65…
1716 * sync README version numbers with crate version ([5536361b](https://github.com/clap-rs/clap/comm…
1720 …9](https://github.com/clap-rs/clap/commit/dce616998ed9bd95e8ed3bec1f09a4883da47b85), closes [#1052…
1721 …6](https://github.com/clap-rs/clap/commit/4ae7b0464750bc07ec80ece38e43f003fdd1b8ae), closes [#1046…
1725rs/clap/commit/0c223f54ed46da406bc8b43a5806e0b227863b31), closes [#1031](https://github.com/clap-r…
1729 …equired to propagate values down or up ([2bb5ddce](https://github.com/clap-rs/clap/commit/2bb5ddce…
1738 …6](https://github.com/clap-rs/clap/commit/4ae7b0464750bc07ec80ece38e43f003fdd1b8ae), closes [#1046…
1742 …f](https://github.com/clap-rs/clap/commit/9c248cbf7d8a825119bc387c23e9a1d1989682b0), closes [#1047…
1751 …f](https://github.com/clap-rs/clap/commit/10ae208f68518eff6e98166724065745f4083174), closes [#1044…
1752 * escape special characters in zsh and fish completions ([87e019fc](https://github.com/clap-rs/cl…
1753 … set to 0 due to bug in textwrap 0.7.0 ([b3eadb0d](https://github.com/clap-rs/clap/commit/b3eadb0d…
1754 * Change `who's` -> `whose` ([53c1ffe8](https://github.com/clap-rs/clap/commit/53c1ffe87f38b05d88…
1755 …2](https://github.com/clap-rs/clap/commit/7ad123e2c02577e3ca30f7e205181e896b157d11), closes [#917]…
1756 …e](https://github.com/clap-rs/clap/commit/ab2f4c9e563e36ec739a4b55d5a5b76fdb9e9fa4), closes [#960]…
1757 …ional argument help text is misaligned ([54c16836](https://github.com/clap-rs/clap/commit/54c16836…
1758 …0](https://github.com/clap-rs/clap/commit/a8257ea0ffb812e552aca256c4a3d2aebfd8065b), closes [#1043…
1759 * **Suggestions:** output for flag after subcommand ([434ea5ba](https://github.com/clap-rs/clap/co…
1770 * bumps unicode-segmentation to v1.2 ([cd7b40a2](https://github.com/clap-rs/clap/commit/cd7b40a21…
1775 * update textwrap to version 0.7.0 ([c2d4e637](https://github.com/clap-rs/clap/commit/c2d4e63756a…
1784 * impl Default for Values + OsValues for any lifetime. ([fb7d6231f1](https://github.com/clap-rs/cla…
1795 * use textwrap crate for wrapping help texts ([b93870c1](https://github.com/clap-rs/clap/commit/b…
1799 … flag after subcommand when applicable ([2671ca72](https://github.com/clap-rs/clap/commit/2671ca72…
1804 * Change `who's` -> `whose` ([53c1ffe8](https://github.com/clap-rs/clap/commit/53c1ffe87f38b05d88…
1808 …a](https://github.com/clap-rs/clap/commit/cbea3d5acf3271a7a734498c4d99c709941c331e), closes [#949]…
1809 …alues and multiple(true) used together ([f9b0d657](https://github.com/clap-rs/clap/commit/f9b0d657…
1811 …5](https://github.com/clap-rs/clap/commit/821929b51bd60213955705900a436c9a64fcb79f), closes [#964]…
1812 …b](https://github.com/clap-rs/clap/commit/826048cb3cbc0280169303f1498ff0a2b7395883), closes [#932]…
1821 …3](https://github.com/clap-rs/clap/commit/14f6b8f3a2f6df73aeeec9c54a54909b1acfc158), closes [#917]…
1822 …9](https://github.com/clap-rs/clap/commit/ebf73a09db6f3c03c19cdd76b1ba6113930e1643), closes [#960]…
1823 …ional argument help text is misaligned ([54c16836](https://github.com/clap-rs/clap/commit/54c16836…
1827 …8](https://github.com/clap-rs/clap/commit/cf569438f309c199800bb8e46c9f140187de69d7), closes [#949]…
1828 …alues and multiple(true) used together ([ded5a2f1](https://github.com/clap-rs/clap/commit/ded5a2f1…
1829 …1](https://github.com/clap-rs/clap/commit/fe85fcb1772b61f13b20b7ea5290e2437a76190c), closes [#932]…
1838 …e](https://github.com/clap-rs/clap/commit/3ac533fedabf713943eedf006f830a5a486bbe80), closes [#944]…
1839 …3](https://github.com/clap-rs/clap/commit/e1fe8ac3bc1f9cf4e36df0d881f8419755f1787b), closes [#940]…
1840 …2](https://github.com/clap-rs/clap/commit/20f83292d070038b8cee2a6b47e91f6b0a2f7871), closes [#946]…
1849 * **README.md:** fix some typos ([fa34deac](https://github.com/clap-rs/clap/commit/fa34deac079f334…
1853 * **Arg:** add `default_value_os` ([d5ef8955](https://github.com/clap-rs/clap/commit/d5ef8955414b1…
1854 * **arg_matches.rs:** Added a Default implementation for Values and OsValues iterators. ([0a4384e3…
1862 …8](https://github.com/clap-rs/clap/commit/a8bce55837dc4e0fb187dc93180884a40ae09c6f), closes [#931]…
1866 … of better terminal dimension handling ([e05100b7](https://github.com/clap-rs/clap/commit/e05100b7…
1867 …ipts that are still functionally equiv ([85b0e1cc](https://github.com/clap-rs/clap/commit/85b0e1cc…
1871 * Fix a typo the minimum rust version required ([71dabba3](https://github.com/clap-rs/clap/commit…
1878 …and version messages in some instances ([5ae9007d](https://github.com/clap-rs/clap/commit/5ae9007d…
1896 … messages (-V/short or --version/long) ([59272b06](https://github.com/clap-rs/clap/commit/59272b06…
1897 …subcommands in the same manner as args ([6b371891](https://github.com/clap-rs/clap/commit/6b371891…
1898 …depending on if -h or --help was used) ([ef1b24c3](https://github.com/clap-rs/clap/commit/ef1b24c3…
1899 …9](https://github.com/clap-rs/clap/commit/f7a8877978c8f90e6543d4f0d9600c086cf92cd7), closes [#869]…
1903 …3](https://github.com/clap-rs/clap/commit/8b2ceb8368bcb70689fadf1c7f4b9549184926c1), closes [#922]…
1907 …e](https://github.com/clap-rs/clap/commit/bc08ef3e185393073d969d301989b6319c616c1f), closes [#919]…
1916 …g regression when using help templates ([0e4fd96d](https://github.com/clap-rs/clap/commit/0e4fd96d…
1925 …g regression with custom usage strings ([2c41caba](https://github.com/clap-rs/clap/commit/2c41caba…
1931 …2](https://github.com/clap-rs/clap/commit/d49e8292b026b06e2b70447cd9f08299f4fcba76), closes [#908]…
1932 …6](https://github.com/clap-rs/clap/commit/89e6ea861e16a1ad56757ca12f6b32d02253e44a), closes [#902]…
1939 * **yaml:** adds support for loading author info from yaml ([e04c390c](https://github.com/clap-rs/…
1947 * add fish subcommand help support ([f8f68cf8](https://github.com/clap-rs/clap/commit/f8f68cf8251…
1948 …4](https://github.com/clap-rs/clap/commit/c8eb0384d394d2900ccdc1593099c97808a3fa05), closes [#903]…
1962 …f](https://github.com/clap-rs/clap/commit/74b751ff2e3631e337b7946347c1119829a41c53), closes [#895]…
1963 …e](https://github.com/clap-rs/clap/commit/9a3bc98e9b55e7514b74b73374c5ac8b6e5e0508), closes [#896]…
1971 …processing` on multiple values anymore ([ec516182](https://github.com/clap-rs/clap/commit/ec516182…
1972 … to `Vec` for matched values of `Arg`s ([22bf137a](https://github.com/clap-rs/clap/commit/22bf137a…
1973 …m `App::args` which is forced to clone ([8da0303b](https://github.com/clap-rs/clap/commit/8da0303b…
1974 … for significant performance increases ([0efa4119](https://github.com/clap-rs/clap/commit/0efa4119…
1978 * Fix examples link in CONTRIBUTING.md ([60cf875d](https://github.com/clap-rs/clap/commit/60cf875…
1982 …0](https://github.com/clap-rs/clap/commit/50f02300d81788817acefef0697e157e01b6ca32), closes [#871]…
1986 …0](https://github.com/clap-rs/clap/commit/6a7aea9043b83badd9ab038b4ecc4c787716147e), closes [#888]…
1987 …2](https://github.com/clap-rs/clap/commit/0f2a378219a6930748d178ba350fe5925be5dad5), closes [#849]…
1988 …3](https://github.com/clap-rs/clap/commit/389c413b7023dccab8c76aa00577ea1d048e7a99), closes [#889]…
1992 …2](https://github.com/clap-rs/clap/commit/11602032f6ff05881e3adf130356e37d5e66e8f9), closes [#863]…
1996 …if all args in that section are hidden ([ce5ee5f5](https://github.com/clap-rs/clap/commit/ce5ee5f5…
1997 …f](https://github.com/clap-rs/clap/commit/7b4000af97637703645c5fb2ac8bb65bd546b95b), closes [#882]…
1998 …gs::SubcommandRequiredElseHelp is used ([8f0884c1](https://github.com/clap-rs/clap/commit/8f0884c1…
1999 …en an error is detected and clap exits ([8c2dd287](https://github.com/clap-rs/clap/commit/8c2dd287…
2000 …y, but should be crate internal public ([1ae21108](https://github.com/clap-rs/clap/commit/1ae21108…
2001 …4](https://github.com/clap-rs/clap/commit/5e9b9cf4dd80fa66a624374fd04e6545635c1f94), closes [#846]…
2005 …d](https://github.com/clap-rs/clap/commit/f002693dec6a6959c4e9590cb7b7bfffd6d6e5bc), closes [#833]…
2014 …er when using `!property` style tags. ([5635c1f94](https://github.com/clap-rs/clap/commit/5e9b9cf4…
2022 …4](https://github.com/clap-rs/clap/commit/5e9b9cf4dd80fa66a624374fd04e6545635c1f94), closes [#846]…
2026 * Fix examples link in CONTRIBUTING.md ([60cf875d](https://github.com/clap-rs/clap/commit/60cf875…
2034 …e](https://github.com/clap-rs/clap/commit/112aea3e42ae9e0c0a2d33ebad89496dbdd95e5d), closes [#838]…
2038 * fixes a println->debugln typo ([279aa62e](https://github.com/clap-rs/clap/commit/279aa62eaf08f5…
2039 …2](https://github.com/clap-rs/clap/commit/7f5cfa724f0ac4e098f5fe466c903febddb2d994), closes [#581]…
2040 …0](https://github.com/clap-rs/clap/commit/891a2a006f775e92c556dda48bb32fac9807c4fb), closes [#581]…
2041 …f](https://github.com/clap-rs/clap/commit/564c5f0f1730f4a2c1cdd128664f1a981c31dcd4), closes [#828]…
2042 …e](https://github.com/clap-rs/clap/commit/9a1e006eb75ad5a6057ebd119aa90f7e06c0ace8), closes [#841]…
2050 …4](https://github.com/clap-rs/clap/commit/74648c94b893df542bfa5bb595e68c7bb8167e36), closes [#832]…
2055 …7](https://github.com/clap-rs/clap/commit/d8590037ce07dafd8cd5b26928aa4a9fd3018288), closes [#840]…
2061 …f](https://github.com/clap-rs/clap/commit/564c5f0f1730f4a2c1cdd128664f1a981c31dcd4), closes [#828]…
2062 * actually show character in debug output ([84d8c547](https://github.com/clap-rs/clap/commit/84d8…
2063 * include final character in line length ([aff4ba18](https://github.com/clap-rs/clap/commit/aff4b…
2067 …ize deps for the libc version conflict ([6802ac4a](https://github.com/clap-rs/clap/commit/6802ac4a…
2071 * fix link from app_from_crate! to crate_authors! (#822) ([5b29be9b](https://github.com/clap-rs/c…
2072 * fix spelling of "guaranteed" ([4f30a65b](https://github.com/clap-rs/clap/commit/4f30a65b9c03eb0…
2077 …9](https://github.com/clap-rs/clap/commit/5e2af8c96adb5ab75fa2d1536237ebcb41869494), closes [#793]…
2078 …c](https://github.com/clap-rs/clap/commit/c2978afc61fb46d5263ab3b2d87ecde1c9ce1553), closes [#769]…
2079 …sables building the `help` subcommand ([a10fc859](https://github.com/clap-rs/clap/commit/a10fc859…
2080 …7](https://github.com/clap-rs/clap/commit/1110fdc7a345c108820dc45783a9bf893fa4c214), closes [#636]…
2081 …8](https://github.com/clap-rs/clap/commit/985536c8ebcc09af98aac835f42a8072ad58c262), closes [#694]…
2087 …c](https://github.com/clap-rs/clap/commit/be64ce0c373efc106384baca3f487ea99fe7b8cf), closes [#782]…
2088 … value from another argument was used) ([eb4010e7](https://github.com/clap-rs/clap/commit/eb4010e7…
2089 …uch as if a particular value was used) ([198449d6](https://github.com/clap-rs/clap/commit/198449d6…
2090 …uired if arg Y was used with value Z") ([ee9cfddf](https://github.com/clap-rs/clap/commit/ee9cfddf…
2091 …values which may contain invalid UTF-8 ([47232498](https://github.com/clap-rs/clap/commit/47232498…
2095 …b](https://github.com/clap-rs/clap/commit/4d9a82db8e875e9b64a9c2a5c6e22c25afc1279d), closes [#778]…
2096 …b](https://github.com/clap-rs/clap/commit/4d9a82db8e875e9b64a9c2a5c6e22c25afc1279d), closes [#778]…
2097 …b](https://github.com/clap-rs/clap/commit/4d9a82db8e875e9b64a9c2a5c6e22c25afc1279d), closes [#778]…
2102 …g `cargo` to build their crates (#786) ([6fdd2f9d](https://github.com/clap-rs/clap/commit/6fdd2f9d…
2106 …e](https://github.com/clap-rs/clap/commit/5a5f2b1e9f598a0d0280ef3e98abbbba2bc41132), closes [#665]…
2107 …b](https://github.com/clap-rs/clap/commit/d3d34a2b51ef31004055b0ab574f766d801c3adf), closes [#789]…
2108 …0](https://github.com/clap-rs/clap/commit/d34ec3e032d03e402d8e87af9b2942fe2819b2da), closes [#787]…
2109 …::allow_hyphen_values` to fail parsing ([26c670ca](https://github.com/clap-rs/clap/commit/26c670ca…
2113 …4](https://github.com/clap-rs/clap/commit/1f33de545036e7fd2f80faba251fca009bd519b8), closes [#774]…
2114 …7](https://github.com/clap-rs/clap/commit/9a4df327893486adb5558ffefba790c634ccdc6e), closes [#764]…
2115 …arg names when using `clap_app!` macro ([f41ec962](https://github.com/clap-rs/clap/commit/f41ec962…
2116 …1](https://github.com/clap-rs/clap/commit/9895b671cff784f35cf56abcd8270f7c2ba09699), closes [#759]…
2117 …7](https://github.com/clap-rs/clap/commit/ad4691b71a63e951ace346318238d8834e04ad8a), closes [#777]…
2122 …ng doc tests of Arg::default_value_ifs ([4ef09101](https://github.com/clap-rs/clap/commit/4ef09101…
2123 …ts:** adds docs for Arg::requires_ifs ([7f296e29](https://github.com/clap-rs/clap/commit/7f296e29…
2124 * **README.md:** fix some typos ([f22c21b4](https://github.com/clap-rs/clap/commit/f22c21b422d5b28…
2125 * **src/app/mod.rs:** fix some typos ([5c9b0d47](https://github.com/clap-rs/clap/commit/5c9b0d47ca…
2132 …3](https://github.com/clap-rs/clap/commit/a0ee4993015ea97b06b5bc9f378d8bcb18f1c51c), closes [#789]…
2140 …3](https://github.com/clap-rs/clap/commit/7e17d5a36b2cc2cc77e7b15796b14d639ed3cbf7), closes [#771]…
2144 …4](https://github.com/clap-rs/clap/commit/0e0f33547a6901425afc1d9fbe19f7ae3832d9a4), closes [#766]…
2145 …c](https://github.com/clap-rs/clap/commit/591eaefc7319142ba921130e502bb0729feed907), closes [#765]…
2154 …8](https://github.com/clap-rs/clap/commit/cd94b3188d63b63295a319e90e826bca46befcd2), closes [#760]…
2158 …n upon no matching completing function ([b1b16d56](https://github.com/clap-rs/clap/commit/b1b16d56…
2165 …b](https://github.com/clap-rs/clap/commit/c0d70febad9996a77a54107054daf1914c50d4ef), closes [#742]…
2169 …6](https://github.com/clap-rs/clap/commit/d20331b6f7940ac3a4e919999f8bb4780875125d), closes [#753]…
2170 …b](https://github.com/clap-rs/clap/commit/49e7cdab76dd1ccc07221e360f07808ec62648aa), closes [#754]…
2174 …5](https://github.com/clap-rs/clap/commit/65eb33859d3ff53e7d3277f02a9d3fd9038a9dfb), closes [#744]…
2178 * updates the docs landing page ([01e1e33f](https://github.com/clap-rs/clap/commit/01e1e33f377934…
2179 * adds the macro version back to the readme ([45eb9bf1](https://github.com/clap-rs/clap/commit/45…
2180 * fix broken docs links ([808e7cee](https://github.com/clap-rs/clap/commit/808e7ceeb86d4a319bdc27…
2181 …c](https://github.com/clap-rs/clap/commit/760d66dc17310b357f257776624151da933cd25d), closes [#740]…
2182 … readability and contributing sections ([eb51316c](https://github.com/clap-rs/clap/commit/eb51316c…
2189 …8](https://github.com/clap-rs/clap/commit/cff82c880e21064fca63351507b80350df6caadf), closes [#729]…
2198 …8](https://github.com/clap-rs/clap/commit/33924e884461983c4e6b5ea1330fecc769a4ade7), closes [#725]…
2207 …4](https://github.com/clap-rs/clap/commit/1ced2a7433ea8937a1b260ea65d708f32ca7c95e), closes [#725]…
2216 …d](https://github.com/clap-rs/clap/commit/3d37001d1dc647d73cc597ff172f1072d4beb80d), closes [#718]…
2220 * Fix typo in example `13a_enum_values_automatic` ([c22fbc07](https://github.com/clap-rs/clap/com…
2221 * **README.md:** fixes failing yaml example (#715) ([21fba9e6](https://github.com/clap-rs/clap/com…
2225 …0](https://github.com/clap-rs/clap/commit/5c70e1a01bc977e44c10015d18bb8e215c32dfc8), closes [#714]…
2226 * **debug:** fixes the debug feature (#716) ([6c11ccf4](https://github.com/clap-rs/clap/commit/6c1…
2235 …f](https://github.com/clap-rs/clap/commit/9cb6facf507aff7cddd124b8c29714d2b0e7bd13), closes [#706]…
2236 * **yaml-example:** inconsistent args ([847f7199](https://github.com/clap-rs/clap/commit/847f71992…
2245 …8](https://github.com/clap-rs/clap/commit/780b4a18281b6f7f7071e1b9db2290fae653c406), closes [#704]…
2253 …9](https://github.com/clap-rs/clap/commit/ebddac791f3ceac193d5ad833b4b734b9643a7af), closes [#702]…
2262 …a](https://github.com/clap-rs/clap/commit/3e36b0bac491d3f6194aee14604caf7be26b3d56), closes [#699]…
2271 …6](https://github.com/clap-rs/clap/commit/ab06454677fb6aa9b9f804644fcca2168b1eaee3), closes [#696]…
2275 * **app/settings.rs:** moves variants to roughly alphabetical order ([9ed4d4d7](https://github.com…
2283 * Improve documentation around features ([4ee85b95](https://github.com/clap-rs/clap/commit/4ee85b…
2284 * reword docs for ErrorKind and app::Settings ([3ccde7a4](https://github.com/clap-rs/clap/commit/…
2285 … the "suggestions" feature is disabled ([996fc381](https://github.com/clap-rs/clap/commit/996fc381…
2286 * fix the OsString-using doc-tests ([af9e1a39](https://github.com/clap-rs/clap/commit/af9e1a393ce…
2287 …locks as such instead of ignoring them ([0ba9f4b1](https://github.com/clap-rs/clap/commit/0ba9f4b1…
2288 * **ErrorKind:** improve some errors about subcommands ([9f6217a4](https://github.com/clap-rs/clap…
2289 …tests don't fail before "missing file" ([8c0f5551](https://github.com/clap-rs/clap/commit/8c0f5551…
2293 * Stabilize clap_app! ([cd516006](https://github.com/clap-rs/clap/commit/cd516006e35c37b005f32933…
2294 …9](https://github.com/clap-rs/clap/commit/2608540940c8bb66e517b65706bc7dea55510682), closes [#638]…
2298 …b](https://github.com/clap-rs/clap/commit/468baadb8398fc1d37897b0c49374aef4cf97dca), closes [#688]…
2299 * **Completions:** fish completions for nested subcommands ([a61eaf8a](https://github.com/clap-rs/…
2300 …nable other nightly-requiring features ([835f75e3](https://github.com/clap-rs/clap/commit/835f75e3…
2309 …f](https://github.com/clap-rs/clap/commit/33b5f6ef2c9612ecabb31f96b824793e46bfd3dd), closes [#669]…
2310 * **flag_aliases:** Ability to alias flags ([40d6dac9](https://github.com/clap-rs/clap/commit/40d6…
2314 …e](https://github.com/clap-rs/clap/commit/1d6a7c6e7e6aadc527346aa822f19d8587f714f3), closes [#664]…
2318 * typo ([bac417fa](https://github.com/clap-rs/clap/commit/bac417fa1cea3d32308334c7cccfcf54546cd9d…
2326 …ation and updated video tutorials info ([0c19c580](https://github.com/clap-rs/clap/commit/0c19c580…
2327 …emoving implicit value_delimiter(true) ([c81bc722](https://github.com/clap-rs/clap/commit/c81bc722…
2328 …b](https://github.com/clap-rs/clap/commit/57a8d9abb2f973c235a8a14f8fc031673d7a7460), closes [#418]…
2332 …9](https://github.com/clap-rs/clap/commit/09d4d0a9038d7ce2df55c2aec95e16f36189fcee), closes [#666]…
2341 …b](https://github.com/clap-rs/clap/commit/92ac353b48b7caa2511ad2a046d94da93c236cf6), closes [#661]…
2350 …3](https://github.com/clap-rs/clap/commit/9151ef739871f2e74910c342299c0de196b95dec), closes [#640]…
2351 …f](https://github.com/clap-rs/clap/commit/a43e28af85c9a9deaedd5ef735f4f13008daab29), closes [#653]…
2355 …'{n}'` to insert newlines in help text ([c5a2b352](https://github.com/clap-rs/clap/commit/c5a2b352…
2356 … value delimiters and default settings ([f9d17a06](https://github.com/clap-rs/clap/commit/f9d17a06…
2357 …5](https://github.com/clap-rs/clap/commit/945019654d2ca67eb2b1d6014fdf80b84d528d30), closes [#589]…
2361 …d](https://github.com/clap-rs/clap/commit/a9699e4d7cdc9a06e73b845933ff1fe6d76f016a), closes [#588]…
2366 …3](https://github.com/clap-rs/clap/commit/c76785239fd42adc8ca04f9202b6fec615aa9f14), closes [#617]…
2367 …n next line help is automatically used ([01cae799](https://github.com/clap-rs/clap/commit/01cae799…
2368 …4](https://github.com/clap-rs/clap/commit/f9e692548e8c94de15f909432de301407d6bb834), closes [#655]…
2369 …tting Arg::require_delimiter from YAML ([b9b55a39](https://github.com/clap-rs/clap/commit/b9b55a39…
2373 * **help:** fix redundant contains() checks ([a8afed74](https://github.com/clap-rs/clap/commit/a8a…
2382 …'{n}'` to insert newlines in help text ([c5a2b352](https://github.com/clap-rs/clap/commit/c5a2b352…
2387 …3](https://github.com/clap-rs/clap/commit/c76785239fd42adc8ca04f9202b6fec615aa9f14), closes [#617]…
2388 …n next line help is automatically used ([01cae799](https://github.com/clap-rs/clap/commit/01cae799…
2389 …tting Arg::require_delimiter from YAML ([b9b55a39](https://github.com/clap-rs/clap/commit/b9b55a39…
2398 …n next line help is automatically used ([5658b117](https://github.com/clap-rs/clap/commit/5658b117…
2406 …7](https://github.com/clap-rs/clap/commit/b3efc107515d78517b20798ff3890b8a2b04498e), closes [#638]…
2410 * **Errors:** Errors with custom description ([58512f2f](https://github.com/clap-rs/clap/commit/58…
2414 * **help:** use term_size instead of home-grown solution ([fc7327e9](https://github.com/clap-rs/cl…
2423 …f](https://github.com/clap-rs/clap/commit/3d782def57725e2de26ca5a5bc5cc2e40ddebefb), closes [#616]…
2427 …to docs.rs ([03209d5e](https://github.com/clap-rs/clap/commit/03209d5e1300906f00bafec1869c2047a92e…
2431 …b](https://github.com/clap-rs/clap/commit/27f5bbfbcc9474c2f57c2b92b1feb898ae46ee70), closes [#567]…
2432 …4](https://github.com/clap-rs/clap/commit/150964c4e7124d54476c9d9b4b3f2406f0fd00e5), closes [#597]…
2433 …5](https://github.com/clap-rs/clap/commit/f43b7c65941c53adc0616b8646a21dc255862eb2), closes [#574]…
2437 …1](https://github.com/clap-rs/clap/commit/5520bb012c127dfd299fd55699443c744d8dcd5b), closes [#600]…
2446 …7](https://github.com/clap-rs/clap/commit/d0b442c7beeecac9764406bc3bd171ced0b8825e), closes [#626]…
2454 …0](https://github.com/clap-rs/clap/commit/7dfdaf200ebb5c431351a045b48f5e0f0d3f31db), closes [#625]…
2458 * **Term Width:** adds details about set_term_width(0) ([00b8205d](https://github.com/clap-rs/clap…
2462 …2](https://github.com/clap-rs/clap/commit/763a5c920e23efc74d190af0cb8b5dd714b2d67a), closes [#626]…
2471 …8](https://github.com/clap-rs/clap/commit/a643fb283acd9905dc727c4579c5c9fa2ceaa7e7), closes [#623]…
2480 …e](https://github.com/clap-rs/clap/commit/e203515e3ac495b405dbba4f78fb6af148fd282e), closes [#618]…
2484 …-rs/clap/commit/9ade2cd4b268d6d7fe828319ce6a523c641b9c38), closes [#614](https://github.com/clap-r…
2493 …ish completions script at compile time ([1979d2f2](https://github.com/clap-rs/clap/commit/1979d2f2…
2497 * **parser:** preserve external subcommand name ([875df243](https://github.com/clap-rs/clap/commit…
2501 * **parser:** preserve external subcommand name ([875df243](https://github.com/clap-rs/clap/commit…
2505 …3](https://github.com/clap-rs/clap/commit/b6c99e1377f918e78c16c8faced70a71607da931), closes [#601]…
2514 …b](https://github.com/clap-rs/clap/commit/1fc3b55bd6c8653b02e7c4253749c6b77737d2ac), closes [#575]…
2515 …5](https://github.com/clap-rs/clap/commit/fc72cdf591d30f5d9375d0b5cc2a2ff3e812f9f6), closes [#593]…
2519 …nerate completions to io::Write object ([9f62cf73](https://github.com/clap-rs/clap/commit/9f62cf73…
2520 …1](https://github.com/clap-rs/clap/commit/0ceba231c6767cd6d88fdb1feeeea41deadf77ff), closes [#590]…
2528 …oml excerpt in the completions example ([722f2607](https://github.com/clap-rs/clap/commit/722f2607…
2532 …e](https://github.com/clap-rs/clap/commit/e9f2438e2ce99af0ae570a2eaf541fc7f55b771b), closes [#536]…
2541 … be built by namespacing with bin name ([57484b2d](https://github.com/clap-rs/clap/commit/57484b2d…
2550 …* fixes some errors in the completion docs ([9b359bf0](https://github.com/clap-rs/clap/commit/9b3…
2551 …* adds documentation for completion scripts ([c6c519e4](https://github.com/clap-rs/clap/commit/c6…
2556 …b](https://github.com/clap-rs/clap/commit/e75b6c7b75f729afb9eb1d2a2faf61dca7674634), closes [#376]…
2557 …0](https://github.com/clap-rs/clap/commit/0ab9f84052a8cf65b5551657f46c0c270841e634), closes [#556]…
2558 …completing even after first completion ([18fc2e5b](https://github.com/clap-rs/clap/commit/18fc2e5b…
2559 …6](https://github.com/clap-rs/clap/commit/89cc2026ba9ac69cf44c5254360bbf99236d4f89), closes [#557]…
2563 …a](https://github.com/clap-rs/clap/commit/96c24c9a8fa1f85e06138d3cdd133e51659e19d2), closes [#558]…
2570 …val delimiter to parse multiple values ([920b5595](https://github.com/clap-rs/clap/commit/920b5595…
2574 * Declare term::Winsize as repr(C) ([5d663d90](https://github.com/clap-rs/clap/commit/5d663d905c9…
2578 * **Arg:** adds docs for ([49af4e38](https://github.com/clap-rs/clap/commit/49af4e38a5dae2ab0a7fc3…
2588 …ditional values after a trailing space ([cdc500bd](https://github.com/clap-rs/clap/commit/cdc500bd…
2589 …rgs after the trailing space as values ([290f61d0](https://github.com/clap-rs/clap/commit/290f61d0…
2598 * fix typos ([43b3d40b](https://github.com/clap-rs/clap/commit/43b3d40b8c38b1571da75af86b5088be96…
2599 …d](https://github.com/clap-rs/clap/commit/9e5f4f5d734d630bca5535c3a0aa4fd4f9db3e39), closes [#534]…
2603 …c](https://github.com/clap-rs/clap/commit/33689acc689b217a8c0ee439f1b1225590c38355), closes [#533]…
2607 …8](https://github.com/clap-rs/clap/commit/e84cc01836bbe0527e97de6db9889bd9e0fd6ba1), closes [#536]…
2609 …f](https://github.com/clap-rs/clap/commit/e3d2893f377942a2d4cf3c6ff04524d0346e6fdb), closes [#538]…
2610 …f](https://github.com/clap-rs/clap/commit/08ad1cff4fec57224ea957a2891a057b323c01bc), closes [#539]…
2614 …f](https://github.com/clap-rs/clap/commit/902e182f7a58aff11ff01e0a452abcdbdb2262aa), closes [#426]…
2615 …1](https://github.com/clap-rs/clap/commit/9b2e45b170aff567b038d8b3368880b6046c10c6), closes [#537]…
2616 …3](https://github.com/clap-rs/clap/commit/edf9b2331c17a2cbcc13f961add4c55c2778e773), closes [#543]…
2625 * removes extra newline from help output ([86e61d19](https://github.com/clap-rs/clap/commit/86e61…
2626 * allows printing version to any io::Write object ([921f5f79](https://github.com/clap-rs/clap/com…
2627 * removes extra newline when printing version ([7e2e2cbb](https://github.com/clap-rs/clap/commit/…
2628 …-rs/clap/commit/ca511de71f5b8c2ac419f1b188658e8c63b67846), closes [#526](https://github.com/clap-r…
2629 …a](https://github.com/clap-rs/clap/commit/ec86f2dada1545a63fc72355e22fcdc4c466c215), closes [#518]…
2633 …d](https://github.com/clap-rs/clap/commit/1761dc0d27d0d621229d792be40c36fbf65c3014), closes [#451]…
2635 …a](https://github.com/clap-rs/clap/commit/fc3e0f5afda6d24cdb3c4676614beebe13e1e870), closes [#511]…
2636 …5](https://github.com/clap-rs/clap/commit/e23418351a3b98bf08dfd7744bc14377c70d59ee), closes [#519]…
2637 …8](https://github.com/clap-rs/clap/commit/7b10e7f8937a07fdb8d16a6d8df79ce78d080cd3), closes [#522]…
2641 …re printed out of order with templates ([05abb534](https://github.com/clap-rs/clap/commit/05abb534…
2642 …2](https://github.com/clap-rs/clap/commit/90d7d6a2ea8240122dd9bf8d82d3c4f5ebb5c703), closes [#514]…
2643 * fixes issue where before_help wasn't printed ([b3faff60](https://github.com/clap-rs/clap/commit…
2644 …7](https://github.com/clap-rs/clap/commit/1f4da7676e6e71aa8dda799f3eeefad105a47819), closes [#516]…
2645 …ttings couldn't be converted from strs ([706a7c11](https://github.com/clap-rs/clap/commit/706a7c11…
2646 …b](https://github.com/clap-rs/clap/commit/5354d14b51f189885ba110e01e6b76cca3752992), closes [#521]…
2647 * **Windows:** fixes a failing windows build ([01e7dfd6](https://github.com/clap-rs/clap/commit/01…
2648 …3](https://github.com/clap-rs/clap/commit/e468faf3f05950fd9f72d84b69aa2061e91c6c64), closes [#528]…
2657 * removes extra newline from help output ([86e61d19](https://github.com/clap-rs/clap/commit/86e61…
2658 * allows printing version to any io::Write object ([921f5f79](https://github.com/clap-rs/clap/com…
2659 * removes extra newline when printing version ([7e2e2cbb](https://github.com/clap-rs/clap/commit/…
2663 …re printed out of order with templates ([3935431d](https://github.com/clap-rs/clap/commit/3935431d…
2664 …2](https://github.com/clap-rs/clap/commit/90d7d6a2ea8240122dd9bf8d82d3c4f5ebb5c703), closes [#514]…
2665 * fixes issue where before_help wasn't printed ([b3faff60](https://github.com/clap-rs/clap/commit…
2669 …d](https://github.com/clap-rs/clap/commit/3312893ddaef3f44d68d8d26ed3d08010be50d97), closes [#505]…
2670 * makes all publicly available types viewable in docs ([52ca6505](https://github.com/clap-rs/clap…
2677 …when setting multiple aliases at once ([ac42f6cf0](https://github.com/clap-rs/clap/commit/ac42f6cf…
2684 * **SubCommand Aliases:** adds feature to yaml configs too ([69592195](https://github.com/clap-rs/…
2688 …6](https://github.com/clap-rs/clap/commit/66b4dea65c44d8f77ff522238a9237aed1bcab6d), closes [#469]…
2697 …c](https://github.com/clap-rs/clap/commit/3ca0947c166b4f8525752255e3a4fa6565eb9689), closes [#498]…
2698 …* removes duplicate groups from usage strings ([f574fb8a](https://github.com/clap-rs/clap/commit/…
2702 …itional args in groups in a better way ([fef11154](https://github.com/clap-rs/clap/commit/fef11154…
2704 …* moves positionals to standard <> formatting ([03dfe5ce](https://github.com/clap-rs/clap/commit/…
2705 …4](https://github.com/clap-rs/clap/commit/5b7fe8e4161e43ab19e2e5fcf55fbe46791134e9), closes [#494]…
2720 …or displaying info before help message ([29fbfa3b](https://github.com/clap-rs/clap/commit/29fbfa3b…
2721 …quired unless certain args are present ([af1f7916](https://github.com/clap-rs/clap/commit/af1f7916…
2725 * hides formatting from docs ([cb708093](https://github.com/clap-rs/clap/commit/cb708093a7cd057f0…
2726 … docs and examples for required_unless ([ca727b52](https://github.com/clap-rs/clap/commit/ca727b52…
2730 …1](https://github.com/clap-rs/clap/commit/3beebd81e7bc2faa4115ac109cf570e512c5477f), closes [#492]…
2738 * **macros.rs:** Added write_nspaces macro (a new version of write_spaces) ([9d757e86](https://git…
2739 * **parser.rs:**
2740 … usage string without the USAGE: title ([a91d378b](https://github.com/clap-rs/clap/commit/a91d378b…
2741 …utside the parser to generate the help ([d51945f8](https://github.com/clap-rs/clap/commit/d51945f8…
2742 … and positionals argument as iterators ([9b23e7ee](https://github.com/clap-rs/clap/commit/9b23e7ee…
2743 …splay order by introducing a new Trait ([1321630e](https://github.com/clap-rs/clap/commit/1321630e…
2744 * **srs/args:** Added longest_filter to AnyArg trait ([65b3f667](https://github.com/clap-rs/clap/c…
2748 …b](https://github.com/clap-rs/clap/commit/38fb59abf480eb2b6feca269097412f8b00b5b54), closes [#447]…
2750 …9](https://github.com/clap-rs/clap/commit/abc8f669c3c8193ffc3a3b0ac6c3ac2198794d4f), closes [#483]…
2751 …* Add a Templated Help system. ([81e121ed](https://github.com/clap-rs/clap/commit/81e121edd616f72…
2755 …semantic changes introduced in 6933b84 ([8d23806b](https://github.com/clap-rs/clap/commit/8d23806b…
2761 …5](https://github.com/clap-rs/clap/commit/3019a685eee747ccbe6be09ad5dddce0b1d1d4db), closes [#476]…
2769 …f](https://github.com/clap-rs/clap/commit/885d166f04eb3fb581898ae5818c6c8032e5a686), closes [#470]…
2770 …5](https://github.com/clap-rs/clap/commit/71acf1d576946658b8bbdb5ae79e6716c43a030f), closes [#472]…
2778 * fixes compiling with debug cargo feature ([d4b55450](https://github.com/clap-rs/clap/commit/d4b…
2779 …f](https://github.com/clap-rs/clap/commit/885d166f04eb3fb581898ae5818c6c8032e5a686), closes [#470]…
2788 …f](https://github.com/clap-rs/clap/commit/205b07bf2e6547851f1290f8cd6b169145e144f1), closes [#466]…
2795 …c](https://github.com/clap-rs/clap/commit/05365ddcc252e4b49e7a75e199d6001a430bd84d), closes [#456]…
2796 …9](https://github.com/clap-rs/clap/commit/6933b8491c2a7e28cdb61b47dcf10caf33c2f78a), closes [#461]…
2804 …0](https://github.com/clap-rs/clap/commit/813d75d06fbf077c65762608c0fa5e941cfc393c), closes [#452]…
2808 …5](https://github.com/clap-rs/clap/commit/1d73b0355236923aeaf6799abc759762ded7e1d0), closes [#453]…
2816 …6](https://github.com/clap-rs/clap/commit/e36af0266635f23e85e951b9088d561e9a5d1bf6), closes [#428]…
2817 …b](https://github.com/clap-rs/clap/commit/2c12757bbdf34ce481f3446c074e24c09c2e60fd), closes [#416]…
2818 …t for custom ordering in help messages ([9803b51e](https://github.com/clap-rs/clap/commit/9803b51e…
2819 …3](https://github.com/clap-rs/clap/commit/ad86e43334c4f70e86909689a088fb87e26ff95a), closes [#444]…
2820 …4](https://github.com/clap-rs/clap/commit/7d2a2ed413f5517d45988eef0765cdcd663b6372), closes [#442]…
2824 …ere adding empty lines weren't ignored ([c5c58c86](https://github.com/clap-rs/clap/commit/c5c58c86…
2828 …b](https://github.com/clap-rs/clap/commit/4ff0205b85a45151b59bbaf090a89df13438380f), closes [#439]…
2834 …0](https://github.com/clap-rs/clap/commit/d752c17029598b19037710f204b7943f0830ae75), closes [#434]…
2842 …9](https://github.com/clap-rs/clap/commit/3c8db0e9be1d24edaad364359513cbb02abb4186), closes [#429]…
2843 * **Arg Examples:** adds better examples ([1e79cccc](https://github.com/clap-rs/clap/commit/1e79cc…
2847 …8](https://github.com/clap-rs/clap/commit/066df7486e684cf50a8479a356a12ba972c34ce1), closes [#427]…
2855 …2](https://github.com/clap-rs/clap/commit/73211952964a79d97b434dd567e6d7d34be7feb5), closes [#418]…
2859 … examples and notes for default values ([9facd74f](https://github.com/clap-rs/clap/commit/9facd74f…
2867 …6](https://github.com/clap-rs/clap/commit/f0a99916c59ce675515c6dcdfe9a40b130510908), closes [#420]…
2875 …here number_of_values wasn't respected ([72c387da](https://github.com/clap-rs/clap/commit/72c387da…
2883 * adds support for building ArgGroups from standalone YAML ([fcbc7e12](https://github.com/clap-rs
2884 …8](https://github.com/clap-rs/clap/commit/85b11468b0189d5cc15f1cfac5db40d17a0077dc), closes [#410]…
2885 …here subcmds didn't receive parent ver ([a62e4527](https://github.com/clap-rs/clap/commit/a62e4527…
2892 …port for up to u64::max values per arg ([c7abf7d7](https://github.com/clap-rs/clap/commit/c7abf7d7…
2893 …e than 256 occurrences of an argument. ([3731ddb3](https://github.com/clap-rs/clap/commit/3731ddb3…
2897 …uesInHelp to skip writing those values ([cdee7a0e](https://github.com/clap-rs/clap/commit/cdee7a0e…
2901 …ses value_t_or_exit to return a Result ([ee96baff](https://github.com/clap-rs/clap/commit/ee96baff…
2909 …turns [&'static str; #] instead of Vec ([9c4b8a1a](https://github.com/clap-rs/clap/commit/9c4b8a1a…
2913 …gated by unstable, not nightly feature ([0c8b84af](https://github.com/clap-rs/clap/commit/0c8b84af…
2914 …8](https://github.com/clap-rs/clap/commit/c19c17a8850602990e24347aeb4427cf43316223), closes [#405]…
2915 …0](https://github.com/clap-rs/clap/commit/0bcc71206478074769e311479b34a9f74fe80f5c), closes [#406]…
2923 …c](https://github.com/clap-rs/clap/commit/dcbcc60c9ba17894be636472ea4b07a82d86a9db), closes [#402]…
2931 …6](https://github.com/clap-rs/clap/commit/fa3a2f86bd674c5eb07128c95098fab7d1437247), closes [#350]…
2935 …c](https://github.com/clap-rs/clap/commit/177fe5cce745c2164a8e38c23be4c4460d2d7211), closes [#372]…
2936 …9](https://github.com/clap-rs/clap/commit/e4d429b9d52e95197bd0b572d59efacecf305a59), closes [#385]…
2937 …0](https://github.com/clap-rs/clap/commit/508db850a87c2e251cf6b6ddead9ad56b29f9e57), closes [#352]…
2938 …a](https://github.com/clap-rs/clap/commit/dafeae8a526162640f6a68da434370c64d190889), closes [#353]…
2939 …f](https://github.com/clap-rs/clap/commit/e69da6afcd2fe48a3c458ca031db40997f860eda), closes [#348]…
2940 …c](https://github.com/clap-rs/clap/commit/4555736cad01441dcde4ea84a285227e0844c16e), closes [#367]…
2941 …c](https://github.com/clap-rs/clap/commit/c5c59dec0bc33b86b2e99d30741336f17ec84282), closes [#269]…
2942 * **v2:** implementing the base of 2.x ([a3536054](https://github.com/clap-rs/clap/commit/a3536054…
2946 * fixes nightly build with new lints ([17599195](https://github.com/clap-rs/clap/commit/175991956…
2947 …8](https://github.com/clap-rs/clap/commit/674c9b48c7c92079cb180cc650a9e39f34781c32), closes [#392]…
2948 * fixes yaml build for 2x base ([adceae64](https://github.com/clap-rs/clap/commit/adceae64c8556d0…
2952 …0](https://github.com/clap-rs/clap/commit/1303b3607468f362ab1b452d5614c1a064dc69b4), closes [#394]…
2953 …1](https://github.com/clap-rs/clap/commit/0a011f3142aec338d388a6c8bfe22fa7036021bb), closes [#394]…
2954 * updates documentation for v2 release ([8d51724e](https://github.com/clap-rs/clap/commit/8d51724…
2955 * updating docs for 2x release ([576d0e0e](https://github.com/clap-rs/clap/commit/576d0e0e2c7b8f3…
2957 …a](https://github.com/clap-rs/clap/commit/acaba01a353c12144b9cd9a3ce447400691849b0), closes [#393]…
2958 …* fix typo and make documentation conspicuous ([07b9f614](https://github.com/clap-rs/clap/commit/…
3007 …valid short args didn't cause an error ([c9bf7e44](https://github.com/clap-rs/clap/commit/c9bf7e44…
3008 …6](https://github.com/clap-rs/clap/commit/8f3817f665c0cab6726bc16c56a53b6a61e44448), closes [#368]…
3009 * fixes an intentional panic issue discovered via clippy ([ea83a3d4](https://github.com/clap-rs/c…
3017 * **17_yaml:** conditinonally compile 17_yaml example ([575de089](https://github.com/clap-rs/clap/…
3021 * clippy improvements ([99cdebc2](https://github.com/clap-rs/clap/commit/99cdebc23da3a45a165f14b2…
3026 …r type in WrongNumValues error builder ([5ba8ba9d](https://github.com/clap-rs/clap/commit/5ba8ba9d…
3027 …b](https://github.com/clap-rs/clap/commit/faad83fbef6752f3093b6e98fca09a9449b830f4), closes [#362]…
3035 …hen errors are missing a final newline ([c4d2b171](https://github.com/clap-rs/clap/commit/c4d2b171…
3045 …n Windows or without the color feature ([a35f7634](https://github.com/clap-rs/clap/commit/a35f7634…
3054 …9](https://github.com/clap-rs/clap/commit/f03b88a9766b331a63879bcd747687f2e5a2661b), closes [#343]…
3063 …uired positional args in usage strings ([c6858f78](https://github.com/clap-rs/clap/commit/c6858f78…
3067 * **FAQ:** updates readme with slight changes to FAQ ([a4ef0fab](https://github.com/clap-rs/clap/c…
3071 * massive errors overhaul ([cdc29175](https://github.com/clap-rs/clap/commit/cdc29175bc9c53e5b4ae…
3072 * **ArgMatcher:** huge refactor and deduplication of code ([8988853f](https://github.com/clap-rs/c…
3073 * **Errors:** errors have been vastly improved ([e59bc0c1](https://github.com/clap-rs/clap/commit/…
3074 * **Traits:** refactoring some configuration into traits ([5800cdec](https://github.com/clap-rs/cl…
3079 …* more BTreeMap->Vec, Opts and SubCmds ([bc4495b3](https://github.com/clap-rs/clap/commit/bc4495b…
3080 …* changes flags BTreeMap->Vec ([d357640f](https://github.com/clap-rs/clap/commit/d357640fab55e596…
3081 …* removed unneeded BTreeMap ([78971fd6](https://github.com/clap-rs/clap/commit/78971fd68d7dc5c8e6…
3082 …* changes BTreeMap to VecMap in some instances ([64b921d0](https://github.com/clap-rs/clap/commit…
3083 …* removed excess clones ([ec0089d4](https://github.com/clap-rs/clap/commit/ec0089d42ed715d293fb66…
3092 * Clarify behavior of Arg::multiple with options. ([434f497a](https://github.com/clap-rs/clap/com…
3093 * Fix typos and improve grammar. ([c1f66b5d](https://github.com/clap-rs/clap/commit/c1f66b5de7b52…
3097 …nd --version return non-zero exit code ([89b51fdf](https://github.com/clap-rs/clap/commit/89b51fdf…
3106 …7](https://github.com/clap-rs/clap/commit/aff89d579b5b85c3dc81b64f16d5865299ec39a2), closes [#318]…
3110 …d](https://github.com/clap-rs/clap/commit/34ce59ede53bfa2eef722c74881cdba7419fd9c7), closes [#309]…
3111 * **Help and Version:** only builds help and version once ([e3be87cf](https://github.com/clap-rs/c…
3112 …a](https://github.com/clap-rs/clap/commit/c9a9548a8f96cef8a3dd9a980948325fbbc1b91b), closes [#323]…
3113 …bug where required args are overridden ([40ed2b50](https://github.com/clap-rs/clap/commit/40ed2b50…
3114 …c](https://github.com/clap-rs/clap/commit/c47025dca2b3305dea0a0acfdd741b09af0c0d05), closes [#256]…
3115 …d](https://github.com/clap-rs/clap/commit/27df8b9d98d13709dad3929a009f40ebff089a1a), closes [#329]…
3119 …e](https://github.com/clap-rs/clap/commit/1a8bf31e7a6b87ce48a66af2cde1645b2dd5bc95), closes [#325]…
3128 * fixes crash on invalid arg error ([c78ce128](https://github.com/clap-rs/clap/commit/c78ce128ebb…
3137 * clean up some formatting ([b7df92d7](https://github.com/clap-rs/clap/commit/b7df92d7ea25835701d…
3138 * move the crate-level docs to top of the lib.rs file ([d7233bf1](https://github.com/clap-rs/clap…
3139 * changes doc comments to rustdoc comments ([34b601be](https://github.com/clap-rs/clap/commit/34b…
3140 …0](https://github.com/clap-rs/clap/commit/945b00a0c27714b63bdca48d003fe205fcfdc578), closes [#295]…
3141 * avoid suggesting star dependencies. ([d33228f4](https://github.com/clap-rs/clap/commit/d33228f4…
3142 …1](https://github.com/clap-rs/clap/commit/6f9ee181e69d90bd4206290e59d6f3f1e8f0cbb2), closes [#293]…
3146 * grammar error in some conflicting option errors ([e73b07e1](https://github.com/clap-rs/clap/com…
3147 …lags and options as a unified category ([2a223dad](https://github.com/clap-rs/clap/commit/2a223dad…
3148 …c](https://github.com/clap-rs/clap/commit/72b453dc170af3050bb123d35364f6da77fc06d7), closes [#277]…
3149 …e](https://github.com/clap-rs/clap/commit/aaf0d6fe7aa2403e76096c16204d254a9ee61ee2), closes [#298]…
3153 * supports -aValue style options ([0e3733e4](https://github.com/clap-rs/clap/commit/0e3733e4fec20…
3154 …8](https://github.com/clap-rs/clap/commit/27018b1821a4bcd5235cfe92abe71b3c99efc24d), closes [#278]…
3163 * allows accessing arg values by group name ([c92a4b9e](https://github.com/clap-rs/clap/commit/c9…
3167 * use links to examples instead of plain text ([bb4fe237](https://github.com/clap-rs/clap/commit/…
3171 …9](https://github.com/clap-rs/clap/commit/1412e639e0a79df84936d1101a837f90077d1c83), closes [#277]…
3172 …4](https://github.com/clap-rs/clap/commit/f121ae749f8f4bfe754ef2e8a6dfc286504b5b75), closes [#287]…
3181 …5](https://github.com/clap-rs/clap/commit/e17fcec53b3216ad047a13dddc6f740473fad1a1), closes [#271]…
3190 * add clap_app quick example ([4ba6249c](https://github.com/clap-rs/clap/commit/4ba6249c3cf4d2e08…
3194 …anicking on invalid unicode characters ([c5bf7ddc](https://github.com/clap-rs/clap/commit/c5bf7ddc…
3198 * properly names Examples section for rustdoc ([87ba5445](https://github.com/clap-rs/clap/commit/…
3199 * fixes various typos and spelling ([f85640f9](https://github.com/clap-rs/clap/commit/f85640f9f6d…
3200 * **Arg:** unhides fields of the Arg struct ([931aea88](https://github.com/clap-rs/clap/commit/931…
3204 * flush the buffer in App::print_version() ([cbc42a37](https://github.com/clap-rs/clap/commit/cbc…
3205 * Macro benchmarks ([13712da1](https://github.com/clap-rs/clap/commit/13712da1d36dc7614eec3a10ad4…
3214 * allows printing help message by library consumers ([56b95f32](https://github.com/clap-rs/clap/c…
3215 …3](https://github.com/clap-rs/clap/commit/2cab4d0334ea3c2439a1d4bfca5bf9905c7ea9ac), closes [#231]…
3216 …with App/Arg/Group/SubCommand building ([443841b0](https://github.com/clap-rs/clap/commit/443841b0…
3217 …s to write to stderr and exit on error ([1e6403b6](https://github.com/clap-rs/clap/commit/1e6403b6…
3226 * fixed ErrorKind docs ([dd057843](https://github.com/clap-rs/clap/commit/dd05784327fa070eb6ce5ce…
3227 * **ErrorKind:** changed examples content ([b9ca2616](https://github.com/clap-rs/clap/commit/b9ca2…
3231 * fixes a bug where the help subcommand wasn't overridable ([94003db4](https://github.com/clap-rs
3235 …en parsing matches and/or exit on help ([94003db4](https://github.com/clap-rs/clap/commit/94003db4…
3236 … for users to handle errors themselves ([934e6fbb](https://github.com/clap-rs/clap/commit/934e6fbb…
3245 * **17_yaml:** fixed example ([9b848622](https://github.com/clap-rs/clap/commit/9b848622296c8c5c7b…
3249 * changes ArgGroup HashSets to Vec ([3cb4a48e](https://github.com/clap-rs/clap/commit/3cb4a48ebd1…
3250 * changes BTreeSet for Vec in some instances ([baab2e3f](https://github.com/clap-rs/clap/commit/b…
3259 * **YAML:** allows building a CLI from YAML files ([86cf4c45](https://github.com/clap-rs/clap/comm…
3260 …pport for building ArgGroups from yaml ([ecf88665](https://github.com/clap-rs/clap/commit/ecf88665…
3261 * **Subcommands:** adds support for subcommands from yaml ([e415cf78](https://github.com/clap-rs/c…
3265 * **YAML:** adds examples for using YAML to build a CLI ([ab41d7f3](https://github.com/clap-rs/cla…
3266 * **Args from YAML:** fixes doc examples ([19b348a1](https://github.com/clap-rs/clap/commit/19b348…
3267 …les instead of having unused variables ([8cbacd88](https://github.com/clap-rs/clap/commit/8cbacd88…
3271 * Add AppSettings example ([12705079](https://github.com/clap-rs/clap/commit/12705079ca96a709b4dd…
3275 …1](https://github.com/clap-rs/clap/commit/169ffec1003d58d105d7ef2585b3425e57980000), closes [#210]…
3284 * add custom validator example ([b9997d1f](https://github.com/clap-rs/clap/commit/b9997d1fca74d4d…
3285 * fix indentation ([d4f1b740](https://github.com/clap-rs/clap/commit/d4f1b740ede410fd2528b9ecd895…
3289 … define a name for help and usage msgs ([ad962ec4](https://github.com/clap-rs/clap/commit/ad962ec4…
3298 …c](https://github.com/clap-rs/clap/commit/3d5e9a6cedb26668839b481c9978e2fbbab8be6f), closes [#192]…
3307 …c](https://github.com/clap-rs/clap/commit/b41afa8c3ded3d1be12f7a2f8ea06cc44afc9458), closes [#188]…
3316 * fixed confusing error message, also added test for it ([fc7a31a7](https://github.com/clap-rs/cl…
3317 * **App:** fixed requirmets overriding ([9c135eb7](https://github.com/clap-rs/clap/commit/9c135eb7…
3326 * **README.md:** updates for new features ([16cf9245](https://github.com/clap-rs/clap/commit/16cf9…
3330 * implements posix compatible conflicts for long args ([8c2d48ac](https://github.com/clap-rs/clap…
3331 …t conflicts in POSIX compatible manner ([0b916a00](https://github.com/clap-rs/clap/commit/0b916a00…
3332 …ng POSIX compatible argument conflicts ([d715646e](https://github.com/clap-rs/clap/commit/d715646e…
3336 * fixed links in cargo and license buttons ([6d9837ad](https://github.com/clap-rs/clap/commit/6d9…
3340 …me instances for increased performance ([d0c3b379](https://github.com/clap-rs/clap/commit/d0c3b379…
3349 * fixed misspell and enum name ([7df170d7](https://github.com/clap-rs/clap/commit/7df170d7f4ecff0…
3350 * fixed use for clap crate ([dc3ada73](https://github.com/clap-rs/clap/commit/dc3ada738667d4b6896…
3354 * updates docs for new features ([03496547](https://github.com/clap-rs/clap/commit/034965471782d8…
3355 * fixed docs for previous changes ([ade36778](https://github.com/clap-rs/clap/commit/ade367780c36…
3359 …ility to add multiple settings at once ([4a00e251](https://github.com/clap-rs/clap/commit/4a00e251…
3363 * Replace application level settings with enum variants ([618dc4e2](https://github.com/clap-rs/cl…
3364 …b](https://github.com/clap-rs/clap/commit/84ae2ddbceda34b5cbda98a6959edaa52fde2e1a), closes [#170]…
3373 …in help and subcommands required error ([d63c0136](https://github.com/clap-rs/clap/commit/d63c0136…
3381 * removes some unneeded allocations ([93e915df](https://github.com/clap-rs/clap/commit/93e915dfe3…
3388 * **Usage Strings** displays a [--] when it may be helpful ([86c3be85](https://github.com/clap-rs/…
3392 …ypo in a macro generated error message ([c9195c5f](https://github.com/clap-rs/clap/commit/c9195c5f…
3393 … error output when failed type parsing ([fe5d95c6](https://github.com/clap-rs/clap/commit/fe5d95c6…
3402 …clude lack of color support on Windows ([52f81e17](https://github.com/clap-rs/clap/commit/52f81e17…
3406 …b](https://github.com/clap-rs/clap/commit/9cb5dceb3e5fe5e0e7b24619ff77e5040672b723), closes [#163]…
3415 …tiple {n} newlines inside help strings ([6d214b54](https://github.com/clap-rs/clap/commit/6d214b54…
3424 …c](https://github.com/clap-rs/clap/commit/42b6d1fc3c519c92dfb3af15276e7d3b635e6cfe), closes [#161]…
3433 …2](https://github.com/clap-rs/clap/commit/52bcd892ea51564ce463bc5865acd64f8fe91cb1), closes [#158]…
3434 …f](https://github.com/clap-rs/clap/commit/336c476f631d512b54ac56fdca6f29ebdc2c00c5), closes [#156]…
3435 …6](https://github.com/clap-rs/clap/commit/bc66d3c6deedeca62463fff95369ab1cfcdd366b), closes [#157]…
3439 …9](https://github.com/clap-rs/clap/commit/f9800a29696dd2cc0b0284bf693b3011831e556f), closes [#145]…
3444 …provements when printing help messages ([52bcd892](https://github.com/clap-rs/clap/commit/52bcd892…
3448 * updates readme with new features ([8232f7bb](https://github.com/clap-rs/clap/commit/8232f7bb52e…
3449 …example for `App::subcommand_required` ([8889689d](https://github.com/clap-rs/clap/commit/8889689d…
3457 …c](https://github.com/clap-rs/clap/commit/cc76ab8c2b77c67b42f4717ded530df7806142cf), closes [#154]…
3461 * **README.md** updates example help message to new format ([0aca29bd](https://github.com/clap-rs/…
3470 …e](https://github.com/clap-rs/clap/commit/dc7e1fcea5c85d317018fb201d2a9262249131b4), closes [#147]…
3479 …3](https://github.com/clap-rs/clap/commit/083f82d333b69720a6ef30074875310921d964d1), closes [#151]…
3488 * **README.md** adds new features to what's new list ([938f7f01](https://github.com/clap-rs/clap/c…
3489 * **README.md** use with_name for subcommands ([28b7e316](https://github.com/clap-rs/clap/commit/2…
3493 …y locations, not just std::env::args() ([75312528](https://github.com/clap-rs/clap/commit/75312528…
3502 …d](https://github.com/clap-rs/clap/commit/d0da3bdd9d1871541907ea9c645322a74d260e07), closes [#140]…
3503 …e](https://github.com/clap-rs/clap/commit/26d5ae3e330d1e150811d5b60b2b01a8f8df854e), closes [#141]…
3507 * adds "whats new" section to readme ([ff149a29](https://github.com/clap-rs/clap/commit/ff149a29d…
3511 * removes deprecated functions in prep for 1.0 ([274484df](https://github.com/clap-rs/clap/commit…
3520 * updates docs to new version flag defaults ([ebf442eb](https://github.com/clap-rs/clap/commit/eb…
3524 …ual documentation) (**BREAKING CHANGE** [eb1d9320](https://github.com/clap-rs/clap/commit/eb1d9320…
3533 …0](https://github.com/clap-rs/clap/commit/1f377960a48c82f54ca5f39eb56bcb393140b046), closes [#137]…
3542 …0](https://github.com/clap-rs/clap/commit/8f2c0160c8d844daef375a33dbaec7d89de00a00), closes [#137]…
3551 …e](https://github.com/clap-rs/clap/commit/a37842eec1ee3162b86fdbda23420b221cdb1e3b), closes [#135]…
3560 …4](https://github.com/clap-rs/clap/commit/2191fe94bda35771383b52872fb7f5421b178be1), closes [#134]…
3564 * adds contributing guidelines ([6f76bd0a](https://github.com/clap-rs/clap/commit/6f76bd0a07e8b74…
3573 …f](https://github.com/clap-rs/clap/commit/29ca7b2f74376ca0cdb9d8ee3bfa99f7640cc404), closes [#133]…
3582 …7](https://github.com/clap-rs/clap/commit/2bcc6137a83cb07757771a0afea953e68e692f0b), closes [#131]…
3586 …4](https://github.com/clap-rs/clap/commit/d6c3ed54d21cf7b40d9f130d4280ff5448522fc5), closes [#129]…
3590 …thods and functions for stable release ([28b73855](https://github.com/clap-rs/clap/commit/28b73855…
3594 * updates for deprecations and new features ([743eefe8](https://github.com/clap-rs/clap/commit/74…
3603 …1](https://github.com/clap-rs/clap/commit/52218cc1fdb06a42456c964d98cc2c7ac3432412), closes [#124]…
3612 …ed as program name in help and version ([08ba3f25](https://github.com/clap-rs/clap/commit/08ba3f25…
3621 …7](https://github.com/clap-rs/clap/commit/dd8f21c7c15cde348fdcf44fa7c205f0e98d2e4a), closes [#125]…
3622 …9](https://github.com/clap-rs/clap/commit/ab4ec609ccf692b9b72cccef5c9f74f5577e360d), closes [#122]…
3627 …8](https://github.com/clap-rs/clap/commit/7554f238fd3afdd60b7e4dcf00ff4a9eccf842c1), closes [#126]…
3628 …5](https://github.com/clap-rs/clap/commit/4a4229f500e21c350e1ef78dd09ef27559653288), closes [#123]…
3637 …e](https://github.com/clap-rs/clap/commit/bc12e78eadd7eaf9d008a8469fdd2dfd7990cb5d), closes [#121]…
3646 …c](https://github.com/clap-rs/clap/commit/0c264a8ca57ec1cfdcb74dae79145d766cdc9b97), closes [#118]…
3651 …a](https://github.com/clap-rs/clap/commit/30fa87ba4e0f3189351d8f4f78b72e616a30d0bd), closes [#119]…
3652 …d](https://github.com/clap-rs/clap/commit/d1219f0d1371d872061bd0718057eca4ef47b739), closes [#120]…
3661 …a](https://github.com/clap-rs/clap/commit/d2b3b1faa0bdc1c5d2350cc4635aba81e02e9d96), closes [#116]…
3670 …2](https://github.com/clap-rs/clap/commit/55d155827ea4a6b077a83669701e797ce1ad68f4), closes [#114]…
3674 * **usage** removes unneeded allocations ([fd53cd18](https://github.com/clap-rs/clap/commit/fd53cd…
3683 …e](https://github.com/clap-rs/clap/commit/eb0e374ecf952f1eefbc73113f21e0705936e40b), closes [#112]…
3692 …e](https://github.com/clap-rs/clap/commit/fc79017eced04fd41cc1801331e5054df41fac17), closes [#109]…
3696 …a](https://github.com/clap-rs/clap/commit/aab44cca6352f47e280c296e50c535f5d752dd46), closes [#110]…
3697 * **suggestions** adds suggested arguments to usage strings ([99447414](https://github.com/clap-rs
3706 * **did-you-mean** for review ([0535cfb0](https://github.com/clap-rs/clap/commit/0535cfb0c71133156…
3707 …they matched a subcmd, even after '--' ([90e7b081](https://github.com/clap-rs/clap/commit/90e7b081…
3708 …space between arg and help is too long ([632fb115](https://github.com/clap-rs/clap/commit/632fb115…
3712 …76](https://github.com/clap-rs/clap/commit/3d58197674ed7886ca315efb76e411608a327501), closes [#98]…
3714 …* gate it behind 'suggestions' ([c0e38351](https://github.com/clap-rs/clap/commit/c0e383515d01bdd…
3715 …* for possible values ([1cc2deb2](https://github.com/clap-rs/clap/commit/1cc2deb29158e0e4e8b434e4…
3716 …* for long flags (i.e. --long) ([52a0b850](https://github.com/clap-rs/clap/commit/52a0b8505c99354…
3717 …* for subcommands ([06e869b5](https://github.com/clap-rs/clap/commit/06e869b5180258047ed3c60ba099…
3718 * **Flags** adds suggestions functionality ([8745071c](https://github.com/clap-rs/clap/commit/8745…
3719 * **errors** colorizes output red on error ([f8b26b13](https://github.com/clap-rs/clap/commit/f8b2…
3723 …5](https://github.com/clap-rs/clap/commit/b249f9657c6921c004764bd80d13ebca81585eec), closes [#104]…
3724 * **clap-test** simplified `make test` invocation ([d17dcb29](https://github.com/clap-rs/clap/comm…
3728 * **README** adds details about optional and new features ([960389de](https://github.com/clap-rs/c…
3729 * **clap** fix typos caught by codespell ([8891d929](https://github.com/clap-rs/clap/commit/8891d9…
3730 …new usage strings with multiple values ([05476fc6](https://github.com/clap-rs/clap/commit/05476fc6…
3739 …ber of values to options in help/usage ([c1c993c4](https://github.com/clap-rs/clap/commit/c1c993c4…
3743 …8c](https://github.com/clap-rs/clap/commit/ad55748c265cf27935c7b210307d2040b6a09125), closes [#98]…
3747 …64](https://github.com/clap-rs/clap/commit/dd2a75640ca68a91b973faad15f04df891356cef), closes [#99]…
3748 * **help** fixes tab alignment with multiple values ([847001ff](https://github.com/clap-rs/clap/co…
3752 …new usage strings with multiple values ([5a3a42df](https://github.com/clap-rs/clap/commit/5a3a42df…
3761 … options with no value don't error out ([a1fb94be](https://github.com/clap-rs/clap/commit/a1fb94be…
3770 …in succession get their values skipped ([f66334d0](https://github.com/clap-rs/clap/commit/f66334d0…
3779 …values are parsed as missing arguments ([93c4a723](https://github.com/clap-rs/clap/commit/93c4a723…
3783 * **ErrorMessages** improves error messages and corrections ([a29c3983](https://github.com/clap-rs
3784 …ent and confliction support for groups ([c236dc5f](https://github.com/clap-rs/clap/commit/c236dc5f…
3793 …61](https://github.com/clap-rs/clap/commit/12aea9612d290845ba86515c240aeeb0a21198db), closes [#96]…
3802 … or exact number of values was reached ([86d92c9f](https://github.com/clap-rs/clap/commit/86d92c9f…
3811 …51](https://github.com/clap-rs/clap/commit/ad4e54510739aeabf75f0da3278fb0952db531b3), closes [#83]…
3816 …* add support for minimum and maximum number of values ([53f6b8c9](https://github.com/clap-rs/cla…
3817 …* adds support limited number and named values ([ae09f05e](https://github.com/clap-rs/clap/commit…
3818 …* implement shorthand for options with multiple values ([6669f0a9](https://github.com/clap-rs/cla…
3819 …98](https://github.com/clap-rs/clap/commit/0cc2f69839b9b1db5d06330771b494783049a88e), closes [#87]…
3820 …ef](https://github.com/clap-rs/clap/commit/d77048efb1e595ffe831f1a2bea2f2700db53b9f), closes [#88]…
3829 …51](https://github.com/clap-rs/clap/commit/ad4e54510739aeabf75f0da3278fb0952db531b3), closes [#83]…
3838 * **help** change long help --long=long -> --long <long> ([1e25abfc](https://github.com/clap-rs/cl…
3839 …ired when their exclusions are present ([4bb4c3cc](https://github.com/clap-rs/clap/commit/4bb4c3cc…
3843 * **ArgGroups** add ability to create arg groups ([09eb4d98](https://github.com/clap-rs/clap/commi…
3852 * **from_usage** fix bug causing args to not be required ([b76129e9](https://github.com/clap-rs/cl…
3856 …l help info after auto-gen'ed help msg ([65cc259e](https://github.com/clap-rs/clap/commit/65cc259e…
3865 * **from_usage** tabs and spaces should be treated equally ([4fd44181](https://github.com/clap-rs/…
3869 * **macros.rs** add macro to get version from Cargo.toml ([c630969a](https://github.com/clap-rs/cl…
3878 * **macros.rs** fix use statements for trait impls ([86e4075e](https://github.com/clap-rs/clap/com…
3887 … create enums pub or priv with derives ([2c499f80](https://github.com/clap-rs/clap/commit/2c499f80…
3896 …to create custom enums to use as types ([fb672aff](https://github.com/clap-rs/clap/commit/fb672aff…
3906 …* add ability to get multiple typed values or exit ([0b87251f](https://github.com/clap-rs/clap/co…
3907 …* add ability to get a typed multiple values ([e243fe38](https://github.com/clap-rs/clap/commit/e…
3908 …* add convenience macro to get a typed value or exit ([4b7cd3ea](https://github.com/clap-rs/clap/…
3909 …* add convenience macro to get a typed value ([8752700f](https://github.com/clap-rs/clap/commit/8…
3918 * **from_usage** trim all whitespace before parsing ([91d29045](https://github.com/clap-rs/clap/co…
3927 * **tests** fix failing doc tests ([3710cd69](https://github.com/clap-rs/clap/commit/3710cd69162f8…
3931 * **app** add support for building args from usage strings ([d5d48bcf](https://github.com/clap-rs/…
3932 …te basic arguments from a usage string ([ab409a8f](https://github.com/clap-rs/clap/commit/ab409a8f…
3942 …* remove unneeded space ([51372789](https://github.com/clap-rs/clap/commit/5137278942121bc2593ce6…
3943 …* remove warning about unused variables ([ba817b9d](https://github.com/clap-rs/clap/commit/ba817b…
3947 …o get usage string for subcommands too ([3636afc4](https://github.com/clap-rs/clap/commit/3636afc4…
3956 …t name and subcommand matches together ([64e53928](https://github.com/clap-rs/clap/commit/64e53928…
3957 * **ArgMatches** add method to get default usage string ([02462150](https://github.com/clap-rs/cla…
3966 …me so as to not display a random order ([f4b2bf57](https://github.com/clap-rs/clap/commit/f4b2bf57…
3975 * **flags** fix bug not allowing users to specify -v or -h ([90e72cff](https://github.com/clap-rs/…
3984 …n option argument has not long version ([ca17fa49](https://github.com/clap-rs/clap/commit/ca17fa49…
3993 …31](https://github.com/clap-rs/clap/commit/c14c3f31fd557c165570b60911d8ee483d89d6eb), closes [#50]…
3994 * **clap** remove unstable features for Rust 1.0 ([9abdb438](https://github.com/clap-rs/clap/commi…
3995 …37](https://github.com/clap-rs/clap/commit/18dbcf37024daf2b76ca099a6f118b53827aa339), closes [#51]…
4004 …rong number of occurrences for options ([82ad6ad7](https://github.com/clap-rs/clap/commit/82ad6ad7…
4005 * **help** fix formatting for option arguments with no long ([e8691004](https://github.com/clap-rs
4006 …0f](https://github.com/clap-rs/clap/commit/a0a2a40fed57f7c5ad9d68970d090e9856306c7d), closes [#52]…
4007 …fc](https://github.com/clap-rs/clap/commit/bff945fc5d03bba4266533340adcffb002508d1b), closes [#51]…
4008 * **tests** add missing .takes_value(true) to option2 ([bdb0e88f](https://github.com/clap-rs/clap/…
4009 …dc](https://github.com/clap-rs/clap/commit/343d47dcbf83786a45c0d0f01b27fd9dd76725de), closes [#50]…
4018 …ho are required and mutually exclusive ([6ceb88a5](https://github.com/clap-rs/clap/commit/6ceb88a5…
4027 * **help** fix formatting of help and usage ([28691b52](https://github.com/clap-rs/clap/commit/286…
4036 * **help** fix formatting of help for flags and options ([6ec10115](https://github.com/clap-rs/cla…
4045 * **help** add '...' to indicate multiple values supported ([297ddba7](https://github.com/clap-rs/…
4055 …* add assertions for positional args with multiple vals ([b7fa72d4](https://github.com/clap-rs/cl…
4056 …* add support for multiple values ([80784009](https://github.com/clap-rs/clap/commit/807840094109…
4065 …ns in application and subcommand names ([da549dcb](https://github.com/clap-rs/clap/commit/da549dcb…
4074 …ly arguments allowed are also required ([0a09eb36](https://github.com/clap-rs/clap/commit/0a09eb36…
4083 …ues on options or positional arguments ([270eb889](https://github.com/clap-rs/clap/commit/270eb889…
4092 …usage, even if only required by others ([1b7316d4](https://github.com/clap-rs/clap/commit/1b7316d4…
4096 …rly list subcommands in help and usage ([4ee02344](https://github.com/clap-rs/clap/commit/4ee02344…
4105 * **tests** remove cargo test from claptests makefile ([1cf73817](https://github.com/clap-rs/clap/…
4114 * **option** fix bug with option occurrence values ([9af52e93](https://github.com/clap-rs/clap/com…
4115 * **tests** fix testing script bug and formatting ([d8f03a55](https://github.com/clap-rs/clap/comm…
4119 * **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/c…
4122 [Unreleased]: https://github.com/clap-rs/clap/compare/v4.1.4...HEAD
4123 [4.1.4]: https://github.com/clap-rs/clap/compare/v4.1.3...v4.1.4
4124 [4.1.3]: https://github.com/clap-rs/clap/compare/v4.1.2...v4.1.3
4125 [4.1.2]: https://github.com/clap-rs/clap/compare/v4.1.1...v4.1.2
4126 [4.1.1]: https://github.com/clap-rs/clap/compare/v4.1.0...v4.1.1
4127 [4.1.0]: https://github.com/clap-rs/clap/compare/v4.0.32...v4.1.0
4128 [4.0.32]: https://github.com/clap-rs/clap/compare/v4.0.31...v4.0.32
4129 [4.0.31]: https://github.com/clap-rs/clap/compare/v4.0.30...v4.0.31
4130 [4.0.30]: https://github.com/clap-rs/clap/compare/v4.0.29...v4.0.30
4131 [4.0.29]: https://github.com/clap-rs/clap/compare/v4.0.28...v4.0.29
4132 [4.0.28]: https://github.com/clap-rs/clap/compare/v4.0.27...v4.0.28
4133 [4.0.27]: https://github.com/clap-rs/clap/compare/v4.0.26...v4.0.27
4134 [4.0.26]: https://github.com/clap-rs/clap/compare/v4.0.25...v4.0.26
4135 [4.0.25]: https://github.com/clap-rs/clap/compare/v4.0.24...v4.0.25
4136 [4.0.24]: https://github.com/clap-rs/clap/compare/v4.0.23...v4.0.24
4137 [4.0.23]: https://github.com/clap-rs/clap/compare/v4.0.22...v4.0.23
4138 [4.0.22]: https://github.com/clap-rs/clap/compare/v4.0.21...v4.0.22
4139 [4.0.21]: https://github.com/clap-rs/clap/compare/v4.0.20...v4.0.21
4140 [4.0.20]: https://github.com/clap-rs/clap/compare/v4.0.19...v4.0.20
4141 [4.0.19]: https://github.com/clap-rs/clap/compare/v4.0.18...v4.0.19
4142 [4.0.18]: https://github.com/clap-rs/clap/compare/v4.0.17...v4.0.18
4143 [4.0.17]: https://github.com/clap-rs/clap/compare/v4.0.16...v4.0.17
4144 [4.0.16]: https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.16
4145 [4.0.15]: https://github.com/clap-rs/clap/compare/v4.0.14...v4.0.15
4146 [4.0.14]: https://github.com/clap-rs/clap/compare/v4.0.13...v4.0.14
4147 [4.0.13]: https://github.com/clap-rs/clap/compare/v4.0.12...v4.0.13
4148 [4.0.12]: https://github.com/clap-rs/clap/compare/v4.0.11...v4.0.12
4149 [4.0.11]: https://github.com/clap-rs/clap/compare/v4.0.10...v4.0.11
4150 [4.0.10]: https://github.com/clap-rs/clap/compare/v4.0.9...v4.0.10
4151 [4.0.9]: https://github.com/clap-rs/clap/compare/v4.0.8...v4.0.9
4152 [4.0.8]: https://github.com/clap-rs/clap/compare/v4.0.7...v4.0.8
4153 [4.0.7]: https://github.com/clap-rs/clap/compare/v4.0.6...v4.0.7
4154 [4.0.6]: https://github.com/clap-rs/clap/compare/v4.0.5...v4.0.6
4155 [4.0.5]: https://github.com/clap-rs/clap/compare/v4.0.4...v4.0.5
4156 [4.0.4]: https://github.com/clap-rs/clap/compare/v4.0.3...v4.0.4
4157 [4.0.3]: https://github.com/clap-rs/clap/compare/v4.0.2...v4.0.3
4158 [4.0.2]: https://github.com/clap-rs/clap/compare/v4.0.1...v4.0.2
4159 [4.0.1]: https://github.com/clap-rs/clap/compare/v4.0.0...v4.0.1
4160 [4.0.0]: https://github.com/clap-rs/clap/compare/v3.2.18...v4.0.0
4161 [3.2.18]: https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18
4162 [3.2.17]: https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17
4163 [3.2.16]: https://github.com/clap-rs/clap/compare/v3.2.15...v3.2.16
4164 [3.2.15]: https://github.com/clap-rs/clap/compare/v3.2.14...v3.2.15
4165 [3.2.14]: https://github.com/clap-rs/clap/compare/v3.2.13...v3.2.14
4166 [3.2.13]: https://github.com/clap-rs/clap/compare/v3.2.12...v3.2.13
4167 [3.2.12]: https://github.com/clap-rs/clap/compare/v3.2.11...v3.2.12
4168 [3.2.11]: https://github.com/clap-rs/clap/compare/v3.2.10...v3.2.11
4169 [3.2.10]: https://github.com/clap-rs/clap/compare/v3.2.8...v3.2.10
4170 [3.2.8]: https://github.com/clap-rs/clap/compare/v3.2.7...v3.2.8
4171 [3.2.7]: https://github.com/clap-rs/clap/compare/v3.2.6...v3.2.7
4172 [3.2.6]: https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.6
4173 [3.2.5]: https://github.com/clap-rs/clap/compare/v3.2.4...v3.2.5
4174 [3.2.4]: https://github.com/clap-rs/clap/compare/v3.2.3...v3.2.4
4175 [3.2.3]: https://github.com/clap-rs/clap/compare/v3.2.2...v3.2.3
4176 [3.2.2]: https://github.com/clap-rs/clap/compare/v3.2.1...v3.2.2
4177 [3.2.1]: https://github.com/clap-rs/clap/compare/v3.2.0...v3.2.1
4178 [3.2.0]: https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.0
4179 [3.1.18]: https://github.com/clap-rs/clap/compare/v3.1.17...v3.1.18
4180 [3.1.17]: https://github.com/clap-rs/clap/compare/v3.1.16...v3.1.17
4181 [3.1.16]: https://github.com/clap-rs/clap/compare/v3.1.15...v3.1.16
4182 [3.1.15]: https://github.com/clap-rs/clap/compare/v3.1.14...v3.1.15
4183 [3.1.14]: https://github.com/clap-rs/clap/compare/v3.1.13...v3.1.14
4184 [3.1.13]: https://github.com/clap-rs/clap/compare/v3.1.12...v3.1.13
4185 [3.1.12]: https://github.com/clap-rs/clap/compare/v3.1.11...v3.1.12
4186 [3.1.11]: https://github.com/clap-rs/clap/compare/v3.1.10...v3.1.11
4187 [3.1.10]: https://github.com/clap-rs/clap/compare/v3.1.9...v3.1.10
4188 [3.1.9]: https://github.com/clap-rs/clap/compare/v3.1.8...v3.1.9
4189 [3.1.8]: https://github.com/clap-rs/clap/compare/v3.1.7...v3.1.8
4190 [3.1.7]: https://github.com/clap-rs/clap/compare/v3.1.6...v3.1.7
4191 [3.1.6]: https://github.com/clap-rs/clap/compare/v3.1.5...v3.1.6
4192 [3.1.5]: https://github.com/clap-rs/clap/compare/v3.1.4...v3.1.5
4193 [3.1.4]: https://github.com/clap-rs/clap/compare/v3.1.3...v3.1.4
4194 [3.1.3]: https://github.com/clap-rs/clap/compare/v3.1.2...v3.1.3
4195 [3.1.2]: https://github.com/clap-rs/clap/compare/v3.1.1...v3.1.2
4196 [3.1.1]: https://github.com/clap-rs/clap/compare/v3.1.0...v3.1.1
4197 [3.1.0]: https://github.com/clap-rs/clap/compare/v3.0.14...v3.1.0
4198 [3.0.14]: https://github.com/clap-rs/clap/compare/v3.0.13...v3.0.14
4199 [3.0.13]: https://github.com/clap-rs/clap/compare/v3.0.12...v3.0.13
4200 [3.0.12]: https://github.com/clap-rs/clap/compare/v3.0.11...v3.0.12
4201 [3.0.11]: https://github.com/clap-rs/clap/compare/v3.0.10...v3.0.11
4202 [3.0.10]: https://github.com/clap-rs/clap/compare/v3.0.9...v3.0.10
4203 [3.0.9]: https://github.com/clap-rs/clap/compare/v3.0.8...v3.0.9
4204 [3.0.8]: https://github.com/clap-rs/clap/compare/v3.0.7...v3.0.8
4205 [3.0.7]: https://github.com/clap-rs/clap/compare/v3.0.6...v3.0.7
4206 [3.0.6]: https://github.com/clap-rs/clap/compare/v3.0.5...v3.0.6
4207 [3.0.5]: https://github.com/clap-rs/clap/compare/v3.0.4...v3.0.5
4208 [3.0.4]: https://github.com/clap-rs/clap/compare/v3.0.3...v3.0.4
4209 [3.0.3]: https://github.com/clap-rs/clap/compare/v3.0.2...v3.0.3
4210 [3.0.2]: https://github.com/clap-rs/clap/compare/v3.0.1...v3.0.2
4211 [3.0.1]: https://github.com/clap-rs/clap/compare/v3.0.0...v3.0.1
4212 [3.0.0]: https://github.com/clap-rs/clap/compare/v2.34.0...v3.0.0
4213 [2.34.0]: https://github.com/clap-rs/clap/compare/v2.33.4...v2.34.0
4214 [2.33.4]: https://github.com/clap-rs/clap/compare/v2.33.3...v2.33.4
4215 [2.33.3]: https://github.com/clap-rs/clap/compare/v2.33.2...v2.33.3
4216 [2.33.2]: https://github.com/clap-rs/clap/compare/v2.33.1...v2.33.2
4217 [2.33.1]: https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1
4218 [2.33.0]: https://github.com/clap-rs/clap/compare/v2.32.0...v2.33.0