Release notes
*Sourced from [github.com/urfave/cli's releases](https://github.com/urfave/cli/releases).*
> ## Release 1.21.0
> ### Fixed
>
> * Fix using "slice" flag types with `EnvVar` in [urfave/cli/pull/687](https://github-redirect.dependabot.com/urfave/cli/pull/687) via [@joshuarubin](https://github.com/joshuarubin)
> * Fix regression of `SkipFlagParsing` behavior in [urfave/cli/pull/697](https://github-redirect.dependabot.com/urfave/cli/pull/697) via [@jszwedko](https://github.com/jszwedko)
> * Fix handling `ShortOptions` and `SkipArgReorder` in [urfave/cli/pull/686](https://github-redirect.dependabot.com/urfave/cli/pull/686) via [@baude](https://github.com/baude)
> * Fix args reordering when bool flags are present in [urfave/cli/pull/712](https://github-redirect.dependabot.com/urfave/cli/pull/712) via [@windler](https://github.com/windler)
> * Fix parsing of short options in [urfave/cli/pull/758](https://github-redirect.dependabot.com/urfave/cli/pull/758) via [@vrothberg](https://github.com/vrothberg)
>
> ### Added / Changed
>
> * Added _"required flags"_ support in [urfave/cli/pull/819](https://github-redirect.dependabot.com/urfave/cli/pull/819) via [@lynncyrin](https://github.com/lynncyrin/)
> * Cleaned up help output in [urfave/cli/pull/664](https://github-redirect.dependabot.com/urfave/cli/pull/664) via [@maguro](https://github.com/maguro)
> * Case is now considered when sorting strings in [urfave/cli/pull/676](https://github-redirect.dependabot.com/urfave/cli/pull/676) via [@rliebz](https://github.com/rliebz)
> * Backport JSON `InputSource` to v1 in [urfave/cli/pull/598](https://github-redirect.dependabot.com/urfave/cli/pull/598) via [@jszwedko](https://github.com/jszwedko)
> * Allow more customization of flag help strings in [urfave/cli/pull/661](https://github-redirect.dependabot.com/urfave/cli/pull/661) via [@rliebz](https://github.com/rliebz)
> * Allow custom `ExitError` handler function in [urfave/cli/pull/628](https://github-redirect.dependabot.com/urfave/cli/pull/628) via [@phinnaeus](https://github.com/phinnaeus)
> * Allow loading a variable from a file in [urfave/cli/pull/675](https://github-redirect.dependabot.com/urfave/cli/pull/675) via [@jmccann](https://github.com/jmccann)
> * Allow combining short bool names in [urfave/cli/pull/684](https://github-redirect.dependabot.com/urfave/cli/pull/684) via [@baude](https://github.com/baude)
Changelog
*Sourced from [github.com/urfave/cli's changelog](https://github.com/urfave/cli/blob/master/CHANGELOG.md).*
> ## [1.21.0] - 2019-08-02
>
> ### Fixed
>
> * Fix using "slice" flag types with `EnvVar` in [urfave/cli/pull/687](https://github-redirect.dependabot.com/urfave/cli/pull/687) via [@joshuarubin](https://github.com/joshuarubin)
> * Fix regression of `SkipFlagParsing` behavior in [urfave/cli/pull/697](https://github-redirect.dependabot.com/urfave/cli/pull/697) via [@jszwedko](https://github.com/jszwedko)
> * Fix handling `ShortOptions` and `SkipArgReorder` in [urfave/cli/pull/686](https://github-redirect.dependabot.com/urfave/cli/pull/686) via [@baude](https://github.com/baude)
> * Fix args reordering when bool flags are present in [urfave/cli/pull/712](https://github-redirect.dependabot.com/urfave/cli/pull/712) via [@windler](https://github.com/windler)
> * Fix parsing of short options in [urfave/cli/pull/758](https://github-redirect.dependabot.com/urfave/cli/pull/758) via [@vrothberg](https://github.com/vrothberg)
>
> ### Added / Changed
>
> * Added _"required flags"_ support in [urfave/cli/pull/819](https://github-redirect.dependabot.com/urfave/cli/pull/819) via [@lynncyrin](https://github.com/lynncyrin/)
> * Cleaned up help output in [urfave/cli/pull/664](https://github-redirect.dependabot.com/urfave/cli/pull/664) via [@maguro](https://github.com/maguro)
> * Case is now considered when sorting strings in [urfave/cli/pull/676](https://github-redirect.dependabot.com/urfave/cli/pull/676) via [@rliebz](https://github.com/rliebz)
> * Backport JSON `InputSource` to v1 in [urfave/cli/pull/598](https://github-redirect.dependabot.com/urfave/cli/pull/598) via [@jszwedko](https://github.com/jszwedko)
> * Allow more customization of flag help strings in [urfave/cli/pull/661](https://github-redirect.dependabot.com/urfave/cli/pull/661) via [@rliebz](https://github.com/rliebz)
> * Allow custom `ExitError` handler function in [urfave/cli/pull/628](https://github-redirect.dependabot.com/urfave/cli/pull/628) via [@phinnaeus](https://github.com/phinnaeus)
> * Allow loading a variable from a file in [urfave/cli/pull/675](https://github-redirect.dependabot.com/urfave/cli/pull/675) via [@jmccann](https://github.com/jmccann)
> * Allow combining short bool names in [urfave/cli/pull/684](https://github-redirect.dependabot.com/urfave/cli/pull/684) via [@baude](https://github.com/baude)
Commits
- [`e6cf83e`](https://github.com/urfave/cli/commit/e6cf83ec39f6e1158ced1927d4ed14578fda8edb) Merge pull request [#829](https://github-redirect.dependabot.com/urfave/cli/issues/829) from urfave/lynncyrin-patch-2
- [`eee6ce8`](https://github.com/urfave/cli/commit/eee6ce83c075e8aeb1d71a22f69e6fddbc70a248) Merge branch 'master' into lynncyrin-patch-2
- [`244eba7`](https://github.com/urfave/cli/commit/244eba7e4c24eb9a416bb1edadaf74d943a7bb89) Merge pull request [#831](https://github-redirect.dependabot.com/urfave/cli/issues/831) from saschagrunert/go-modules
- [`4627bbe`](https://github.com/urfave/cli/commit/4627bbe109fb902221de0a86f20048ad5679ea0c) Add go module support
- [`1169906`](https://github.com/urfave/cli/commit/1169906f575ec070559cc1a6fc083b38498160c0) Merge pull request [#773](https://github-redirect.dependabot.com/urfave/cli/issues/773) from teresy/redundant-nil-check-slice
- [`94f4f83`](https://github.com/urfave/cli/commit/94f4f8367278436d4554b3e7a72ec6b66c209312) Merge branch 'master' into redundant-nil-check-slice
- [`07c1638`](https://github.com/urfave/cli/commit/07c163896936a0fb3ad24dcbf05b25e9c7aaee53) Merge pull request [#806](https://github-redirect.dependabot.com/urfave/cli/issues/806) from mingrammer/fix-help-indentation
- [`7a51175`](https://github.com/urfave/cli/commit/7a51175ce1cb78d5009e91001697240c1af84ee2) Merge branch 'master' into fix-help-indentation
- [`842e3fe`](https://github.com/urfave/cli/commit/842e3fe1b6adbb257f711a1f66553ad03174c5c0) Merge pull request [#828](https://github-redirect.dependabot.com/urfave/cli/issues/828) from urfave/lynncyrin-patch-1
- [`8a7f65e`](https://github.com/urfave/cli/commit/8a7f65e05215a76a2246b7b42cb9c082b5eae483) Update CHANGELOG.md
- Additional commits viewable in [compare view](https://github.com/urfave/cli/compare/v1.20.0...v1.21.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps github.com/urfave/cli from 1.20.0 to 1.21.0.
Release notes
*Sourced from [github.com/urfave/cli's releases](https://github.com/urfave/cli/releases).* > ## Release 1.21.0 > ### Fixed > > * Fix using "slice" flag types with `EnvVar` in [urfave/cli/pull/687](https://github-redirect.dependabot.com/urfave/cli/pull/687) via [@joshuarubin](https://github.com/joshuarubin) > * Fix regression of `SkipFlagParsing` behavior in [urfave/cli/pull/697](https://github-redirect.dependabot.com/urfave/cli/pull/697) via [@jszwedko](https://github.com/jszwedko) > * Fix handling `ShortOptions` and `SkipArgReorder` in [urfave/cli/pull/686](https://github-redirect.dependabot.com/urfave/cli/pull/686) via [@baude](https://github.com/baude) > * Fix args reordering when bool flags are present in [urfave/cli/pull/712](https://github-redirect.dependabot.com/urfave/cli/pull/712) via [@windler](https://github.com/windler) > * Fix parsing of short options in [urfave/cli/pull/758](https://github-redirect.dependabot.com/urfave/cli/pull/758) via [@vrothberg](https://github.com/vrothberg) > > ### Added / Changed > > * Added _"required flags"_ support in [urfave/cli/pull/819](https://github-redirect.dependabot.com/urfave/cli/pull/819) via [@lynncyrin](https://github.com/lynncyrin/) > * Cleaned up help output in [urfave/cli/pull/664](https://github-redirect.dependabot.com/urfave/cli/pull/664) via [@maguro](https://github.com/maguro) > * Case is now considered when sorting strings in [urfave/cli/pull/676](https://github-redirect.dependabot.com/urfave/cli/pull/676) via [@rliebz](https://github.com/rliebz) > * Backport JSON `InputSource` to v1 in [urfave/cli/pull/598](https://github-redirect.dependabot.com/urfave/cli/pull/598) via [@jszwedko](https://github.com/jszwedko) > * Allow more customization of flag help strings in [urfave/cli/pull/661](https://github-redirect.dependabot.com/urfave/cli/pull/661) via [@rliebz](https://github.com/rliebz) > * Allow custom `ExitError` handler function in [urfave/cli/pull/628](https://github-redirect.dependabot.com/urfave/cli/pull/628) via [@phinnaeus](https://github.com/phinnaeus) > * Allow loading a variable from a file in [urfave/cli/pull/675](https://github-redirect.dependabot.com/urfave/cli/pull/675) via [@jmccann](https://github.com/jmccann) > * Allow combining short bool names in [urfave/cli/pull/684](https://github-redirect.dependabot.com/urfave/cli/pull/684) via [@baude](https://github.com/baude)Changelog
*Sourced from [github.com/urfave/cli's changelog](https://github.com/urfave/cli/blob/master/CHANGELOG.md).* > ## [1.21.0] - 2019-08-02 > > ### Fixed > > * Fix using "slice" flag types with `EnvVar` in [urfave/cli/pull/687](https://github-redirect.dependabot.com/urfave/cli/pull/687) via [@joshuarubin](https://github.com/joshuarubin) > * Fix regression of `SkipFlagParsing` behavior in [urfave/cli/pull/697](https://github-redirect.dependabot.com/urfave/cli/pull/697) via [@jszwedko](https://github.com/jszwedko) > * Fix handling `ShortOptions` and `SkipArgReorder` in [urfave/cli/pull/686](https://github-redirect.dependabot.com/urfave/cli/pull/686) via [@baude](https://github.com/baude) > * Fix args reordering when bool flags are present in [urfave/cli/pull/712](https://github-redirect.dependabot.com/urfave/cli/pull/712) via [@windler](https://github.com/windler) > * Fix parsing of short options in [urfave/cli/pull/758](https://github-redirect.dependabot.com/urfave/cli/pull/758) via [@vrothberg](https://github.com/vrothberg) > > ### Added / Changed > > * Added _"required flags"_ support in [urfave/cli/pull/819](https://github-redirect.dependabot.com/urfave/cli/pull/819) via [@lynncyrin](https://github.com/lynncyrin/) > * Cleaned up help output in [urfave/cli/pull/664](https://github-redirect.dependabot.com/urfave/cli/pull/664) via [@maguro](https://github.com/maguro) > * Case is now considered when sorting strings in [urfave/cli/pull/676](https://github-redirect.dependabot.com/urfave/cli/pull/676) via [@rliebz](https://github.com/rliebz) > * Backport JSON `InputSource` to v1 in [urfave/cli/pull/598](https://github-redirect.dependabot.com/urfave/cli/pull/598) via [@jszwedko](https://github.com/jszwedko) > * Allow more customization of flag help strings in [urfave/cli/pull/661](https://github-redirect.dependabot.com/urfave/cli/pull/661) via [@rliebz](https://github.com/rliebz) > * Allow custom `ExitError` handler function in [urfave/cli/pull/628](https://github-redirect.dependabot.com/urfave/cli/pull/628) via [@phinnaeus](https://github.com/phinnaeus) > * Allow loading a variable from a file in [urfave/cli/pull/675](https://github-redirect.dependabot.com/urfave/cli/pull/675) via [@jmccann](https://github.com/jmccann) > * Allow combining short bool names in [urfave/cli/pull/684](https://github-redirect.dependabot.com/urfave/cli/pull/684) via [@baude](https://github.com/baude)Commits
- [`e6cf83e`](https://github.com/urfave/cli/commit/e6cf83ec39f6e1158ced1927d4ed14578fda8edb) Merge pull request [#829](https://github-redirect.dependabot.com/urfave/cli/issues/829) from urfave/lynncyrin-patch-2 - [`eee6ce8`](https://github.com/urfave/cli/commit/eee6ce83c075e8aeb1d71a22f69e6fddbc70a248) Merge branch 'master' into lynncyrin-patch-2 - [`244eba7`](https://github.com/urfave/cli/commit/244eba7e4c24eb9a416bb1edadaf74d943a7bb89) Merge pull request [#831](https://github-redirect.dependabot.com/urfave/cli/issues/831) from saschagrunert/go-modules - [`4627bbe`](https://github.com/urfave/cli/commit/4627bbe109fb902221de0a86f20048ad5679ea0c) Add go module support - [`1169906`](https://github.com/urfave/cli/commit/1169906f575ec070559cc1a6fc083b38498160c0) Merge pull request [#773](https://github-redirect.dependabot.com/urfave/cli/issues/773) from teresy/redundant-nil-check-slice - [`94f4f83`](https://github.com/urfave/cli/commit/94f4f8367278436d4554b3e7a72ec6b66c209312) Merge branch 'master' into redundant-nil-check-slice - [`07c1638`](https://github.com/urfave/cli/commit/07c163896936a0fb3ad24dcbf05b25e9c7aaee53) Merge pull request [#806](https://github-redirect.dependabot.com/urfave/cli/issues/806) from mingrammer/fix-help-indentation - [`7a51175`](https://github.com/urfave/cli/commit/7a51175ce1cb78d5009e91001697240c1af84ee2) Merge branch 'master' into fix-help-indentation - [`842e3fe`](https://github.com/urfave/cli/commit/842e3fe1b6adbb257f711a1f66553ad03174c5c0) Merge pull request [#828](https://github-redirect.dependabot.com/urfave/cli/issues/828) from urfave/lynncyrin-patch-1 - [`8a7f65e`](https://github.com/urfave/cli/commit/8a7f65e05215a76a2246b7b42cb9c082b5eae483) Update CHANGELOG.md - Additional commits viewable in [compare view](https://github.com/urfave/cli/compare/v1.20.0...v1.21.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.