Skip to content

name_resolve should be an ArgCommand, not a Command #6

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

Merged
merged 1 commit into from
Sep 10, 2015

Conversation

larsks
Copy link
Contributor

@larsks larsks commented Sep 10, 2015

Assuming that I am trying to use name_resolve correctly:

>>> api.name_resolve('QmXfrS3pHerg44zzK6QKQj6JDk8H6cMtQS7pdXbohwNQfK')

It looks as if it needs to be specified as an ArgCommand, rather than
as a Command.

Assuming that I am trying to use name_resolve correctly:

    >>> api.name_resolve('QmXfrS3pHerg44zzK6QKQj6JDk8H6cMtQS7pdXbohwNQfK')

It looks as if it needs to be specified as an `ArgCommand`, rather than
as a `Command`.

Closes ipfs-shipyard#4.
@BrendanBenshoof
Copy link

+1 just spent half an hour figuring out we should make this change and you beat me to the commit.
I've tested this change and it works as intended.

This indicates we should also add a "did this command throw an exception when given sane input" baseline test.

amstocker added a commit that referenced this pull request Sep 10, 2015
name_resolve should be an ArgCommand, not a Command
@amstocker amstocker merged commit 1f4831f into ipfs-shipyard:master Sep 10, 2015
@amstocker
Copy link
Contributor

Thanks!

@larsks larsks deleted the bug/4 branch September 10, 2015 15:58
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