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 offline id test #4978 and refactor command code #5562

Merged
merged 3 commits into from
Oct 5, 2018

Conversation

kjzz
Copy link
Contributor

@kjzz kjzz commented Oct 4, 2018

fix issue #4978

@kjzz kjzz requested a review from Kubuxu as a code owner October 4, 2018 14:33
Copy link
Contributor

@eingenito eingenito left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -25,7 +29,7 @@ Lists running and recently run commands.
res.SetOutput(req.InvocContext().ReqLog.Report())
},
Options: []cmdkit.Option{
cmdkit.BoolOption("verbose", "v", "Print extra information."),
cmdkit.BoolOption("verbose", verboseOptionName, "Print extra information."),
Copy link
Contributor

Choose a reason for hiding this comment

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

We might want to switch this to constantize (and later use in req.Option()) the long name for this command so that it is consistent with all the others.

@Stebalien
Copy link
Member

LGTM but let's wait to merge #5501 first (this patch will be easier to rebase/redo).

@Stebalien Stebalien added the status/blocked Unable to be worked further until needs are met label Oct 5, 2018
License: MIT
Signed-off-by: Kejie Zhang <601172892@qq.com>
License: MIT
Signed-off-by: Kejie Zhang <601172892@qq.com>
License: MIT
Signed-off-by: Kejie Zhang <601172892@qq.com>
@Stebalien Stebalien removed the status/blocked Unable to be worked further until needs are met label Oct 5, 2018
@Stebalien Stebalien merged commit 6ff0fe0 into ipfs:master Oct 5, 2018
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.

3 participants