Skip to content

Conversation

@virtualex-itv
Copy link
Contributor

Added feature requested subcommand flags for outdated

@mwallner mwallner changed the base branch from master to dev April 12, 2021 19:52
@mwallner mwallner changed the title Update main.rs add 'ignore-pinned' and 'ignore-unfound' to outdated command Apr 12, 2021
@mwallner mwallner linked an issue Apr 12, 2021 that may be closed by this pull request
.about("Returns a list of outdated packages.")
.arg(
Arg::with_name("ignore-pinned")
.short("ip")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the idea but will remove the short version of the parameter in order to stay consistent with Chocolatey

)
.arg(
Arg::with_name("ignore-unfound")
.short("iu")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the idea but will remove the short version of the parameter in order to stay consistent with Chocolatey

async fn main() {
let matches = App::new("Rocolatey")
.version("0.5.3")
.version("0.6.0")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice try 😄

@mwallner
Copy link
Collaborator

Thanks, I'll merge this into my current dev branch - the necessary functionality should be easy to implement, will try to provide a new release soon

@mwallner mwallner merged commit 634b365 into rocolatey:dev Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add new flags to sub-command outdated

2 participants