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

Setting usage description in main app will not display the usage text #43

Closed
cazador481 opened this issue Jan 16, 2015 · 1 comment
Closed

Comments

@cazador481
Copy link

I am trying to add usage text to the main app, and when I do it does not display the usage information when doing help
.
Example code.

package Foo;
use App::Cmd::Setup -app;
sub usage_desc { return 'hi';};
@rjbs
Copy link
Owner

rjbs commented May 23, 2015

I can't believe I'm replying to this five months late. 😕 Sorry.

Anyway, I can't reproduce this problem. If I run exactly the code you provided, tacking on __PACKAGE__->new->run, I do get hi in the output.

I'm closing this ticket only on the idea that after five months, you don't care, and I apologize for taking so long. If you do still care and you do still see a problem with this, please re-open with details!

@rjbs rjbs closed this as completed May 23, 2015
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

No branches or pull requests

2 participants