Closed dependabot-preview[bot] closed 4 years ago
Merging #13 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #13 +/- ##
========================================
Coverage 81.76% 81.76%
========================================
Files 2 2
Lines 181 181
========================================
Hits 148 148
Misses 17 17
Partials 16 16
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 73cb86c...b34e75c. Read the comment docs.
Superseded by #22.
Bumps github.com/urfave/cli from 1.22.1 to 1.22.2.
Release notes
*Sourced from [github.com/urfave/cli's releases](https://github.com/urfave/cli/releases).* > ## Release 1.22.2 > ### Fixed > > - Fix v1.21.0 pass through regression in [urfave/cli/pull/872](https://github-redirect.dependabot.com/urfave/cli/pull/872) via [@lynncyrin](https://github.com/lynncyrin) > - Fix infinite loop when parsing invalid flags for apps with short option handling in [urfave/cli/pull/911](https://github-redirect.dependabot.com/urfave/cli/pull/911) via [@rliebz](https://github.com/rliebz) > - Fix zsh autocomplete in [urfave/cli/pull/906](https://github-redirect.dependabot.com/urfave/cli/pull/906) via [@gnowxilef](https://github.com/gnowxilef) > - Fix typo in `DocGenerationFlag.TakesValue()` docstring in [urfave/cli/pull/902](https://github-redirect.dependabot.com/urfave/cli/pull/902) via [@benmoose](https://github.com/benmoose) > - Avoid panic for missing flag value in [urfave/cli/pull/893](https://github-redirect.dependabot.com/urfave/cli/pull/893) via [@rliebz](https://github.com/rliebz) > > ### Changed > > - Simplify `HelpPrinter` and `CustomHelpPrinter` behaviors in [urfave/cli/pull/912](https://github-redirect.dependabot.com/urfave/cli/pull/912) via [@rliebz](https://github.com/rliebz)Changelog
*Sourced from [github.com/urfave/cli's changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md).* > ## [1.22.2] - 2019-11-17 > > ### Fixed > > - Fix v1.21.0 pass through regression in [urfave/cli/pull/872](https://github-redirect.dependabot.com/urfave/cli/pull/872) via [@lynncyrin](https://github.com/lynncyrin) > - Fix infinite loop when parsing invalid flags for apps with short option handling in [urfave/cli/pull/911](https://github-redirect.dependabot.com/urfave/cli/pull/911) via [@rliebz](https://github.com/rliebz) > - Fix zsh autocomplete in [urfave/cli/pull/906](https://github-redirect.dependabot.com/urfave/cli/pull/906) via [@gnowxilef](https://github.com/gnowxilef) > - Fix typo in `DocGenerationFlag.TakesValue()` docstring in [urfave/cli/pull/902](https://github-redirect.dependabot.com/urfave/cli/pull/902) via [@benmoose](https://github.com/benmoose) > - Avoid panic for missing flag value in [urfave/cli/pull/893](https://github-redirect.dependabot.com/urfave/cli/pull/893) via [@rliebz](https://github.com/rliebz) > > ### Changed > > - Simplify `HelpPrinter` and `CustomHelpPrinter` behaviors in [urfave/cli/pull/912](https://github-redirect.dependabot.com/urfave/cli/pull/912) via [@rliebz](https://github.com/rliebz)Commits
- [`850de85`](https://github.com/urfave/cli/commit/850de854cda08e97afb500b72967f1a56f0330e5) Merge pull request [#896](https://github-redirect.dependabot.com/urfave/cli/issues/896) from urfave/versioned-docs - [`a16e68e`](https://github.com/urfave/cli/commit/a16e68e92d16ef27277eceff95f31164f1e40e30) Merge branch 'master' into versioned-docs - [`397c7d6`](https://github.com/urfave/cli/commit/397c7d6c1a27e6e3708d96b618c22b9273daffde) Merge pull request [#872](https://github-redirect.dependabot.com/urfave/cli/issues/872) from urfave/pass-through-regression - [`0480001`](https://github.com/urfave/cli/commit/04800011f96fb3fafa45a14792b0afa496e71dd8) Merge branch 'master' into pass-through-regression - [`49ad3df`](https://github.com/urfave/cli/commit/49ad3dffd04fc0769be64f10e4109b1270f34364) Merge pull request [#912](https://github-redirect.dependabot.com/urfave/cli/issues/912) from rliebz/clean-help-printer - [`9ab178d`](https://github.com/urfave/cli/commit/9ab178d17445f6737817c5265a72a630391fab68) Make app help behavior consistent with commands - [`bab428a`](https://github.com/urfave/cli/commit/bab428af09e0373e1deda9dec24d30cc4c5c7026) Ensure command help always prints with overridden print functions - [`c30b1cf`](https://github.com/urfave/cli/commit/c30b1cf90bf24b31ad25fc9dc9d6aa69ca9ad689) Merge branch 'master' into pass-through-regression - [`a14194a`](https://github.com/urfave/cli/commit/a14194aa33517e16dd5884625da8723c5d77acc8) Improve documentation for HelpPrinter/HelpPrinterCustom - [`b52cca0`](https://github.com/urfave/cli/commit/b52cca036aadab37c86db59b0e04b1a79d7ac380) Simplify duplicated function call - Additional commits viewable in [compare view](https://github.com/urfave/cli/compare/v1.22.1...v1.22.2)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
.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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)