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

🐞 Don't require any params when asking for help #7398

Closed
levlaz opened this issue May 17, 2024 · 1 comment · Fixed by #7417
Closed

🐞 Don't require any params when asking for help #7398

levlaz opened this issue May 17, 2024 · 1 comment · Fixed by #7417
Assignees

Comments

@levlaz
Copy link
Contributor

levlaz commented May 17, 2024

What are you trying to do?

Right now if I want to call --help on a module or function that has some required parameters I need to add those parameters before getting the help output. This is especially painful when using a constructor.

I expect this to work closer to daggerverse.dev where I can inspect everything a module or function can do without needing to think about the inputs.

Why is this important to you?

I think its a much cleaner DX if we decouple --help from execution

How are you currently working around this?

No response

@helderco
Copy link
Contributor

That's actually a regression, reported in DEV-3785, and actively being worked on.

@helderco helderco changed the title ✨ Don't require any params when asking for help 🐞 Don't require any params when asking for help May 17, 2024
@helderco helderco added the kind/regression Regression introduced in a released version of dagger label May 17, 2024
@helderco helderco self-assigned this May 17, 2024
@samalba samalba removed kind/regression Regression introduced in a released version of dagger kind/user-request labels May 31, 2024
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.

3 participants