Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --skipcache option to id command #2310

Merged
merged 1 commit into from
Mar 14, 2016
Merged

Add --skipcache option to id command #2310

merged 1 commit into from
Mar 14, 2016

Conversation

zanderz
Copy link
Contributor

@zanderz zanderz commented Mar 12, 2016

@@ -33,15 +34,17 @@ func (v *CmdID) ParseArgv(ctx *cli.Context) error {
}
v.trackStatement = ctx.Bool("track-statement")
v.useDelegateUI = ctx.Bool("ui")
v.skipCache = ctx.Bool("skip-cache")
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we rename this skip-proof-cache? There's another cache for the identify results and don't want callers to get confused about which cache they are skipping...

@patrickxb
Copy link
Contributor

LGTM, just a rename request on the flag name.

@zanderz zanderz force-pushed the zanderz/CORE-2416 branch from 9d25fd9 to 7e38700 Compare March 14, 2016 17:53
cli.BoolFlag{
Name: "s, skip-proof-cache",
Usage: "Skip cached proofs, force re-check",
HideUsage: !develUsage,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

hey I just realized, I copied this from another command - is this supposed to be only for devel?

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure. Let's start with devel only for now, as that sounds like what the ticket is for.

zanderz pushed a commit that referenced this pull request Mar 14, 2016
Add --skipcache option to id command
@zanderz zanderz merged commit d25424c into master Mar 14, 2016
@zanderz
Copy link
Contributor Author

zanderz commented Mar 21, 2016

Made it user visible with:
commit 55ec37f
Author: Steve Sanders steve@keyba.se
Date: Mon Mar 21 13:53:55 2016 -0700

make skip-proof-cache option user visible

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.

2 participants