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

Lucky dev isn't shown in lucky -h #724

Closed
colinkey opened this issue Jan 11, 2022 · 1 comment · Fixed by #771
Closed

Lucky dev isn't shown in lucky -h #724

colinkey opened this issue Jan 11, 2022 · 1 comment · Fixed by #771

Comments

@colinkey
Copy link

When running lucky -h, it would be nice to get some information about the lucky dev command. Currently a list of available tasks is printed out. Since lucky is used for both tasks and running the dev process, getting information about the dev process as well as the available tasks would be helpful.

@matthewmcgarvey
Copy link
Member

Problem line is here:

lucky_cli/src/lucky.cr

Lines 28 to 29 in 45f3529

if task_name == "dev"
LuckyCli::Dev.new.call

We also can't call lucky dev -h at the moment

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 a pull request may close this issue.

2 participants