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

cmd/tarocli: fix help fall through for assets send #136

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Conversation

Roasbeef
Copy link
Member

Before this commit, if you didn't provide the correct args, nothing would print out since it was trying to print the help for the sent command. We fix this to instead properly try to print the help for the send command instead.

@Roasbeef Roasbeef marked this pull request as ready for review September 26, 2022 19:03
Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

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

LGTM though linter is failing because of manually pushed commit. Fix is contained in #133.

Before this commit, if you didn't provide the correct args, nothing
would print out since it was trying to print the help for the `sent`
command. We fix this to instead properly try to print the help for the
`send` command instead.
@Roasbeef Roasbeef merged commit 8811aa0 into main Sep 26, 2022
@guggero guggero deleted the fix-command-help branch September 26, 2022 19:43
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.

None yet

2 participants