Skip to content

Commit

Permalink
updated to [email protected] for better -- handling (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog authored Jul 11, 2024
1 parent 3ae78b7 commit f4e746a
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 594 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Update to `[email protected]` for better `--` handling

## v3.21.2 - [June 20, 2024](https://github.com/lando/cli/releases/tag/v3.21.2)

* Updated `@lando/core` to [`v3.21.2`](https://github.com/lando/core/releases/tag/v3.21.2)
Expand Down
1 change: 1 addition & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ module.exports = class Cli {
.middleware([(argv => {
argv._app = config;
})])
.parserConfiguration({'populate--': true})
.recommendCommands()
.wrap(yargs.terminalWidth() * 0.70)
.option('channel', globalOptions.channel)
Expand Down
Loading

0 comments on commit f4e746a

Please sign in to comment.