-
Notifications
You must be signed in to change notification settings - Fork 150
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: Improve parameter handling #737
Labels
enhancement
New feature to be implemented
Comments
hey, would love to work on this, will submit pr on this soon. |
Hey @kriyanshii, that would be great thanks! Please make sure that you have synced the fork with the latest |
Hey @kriyanshii, just checking if you're still planning to work on this issue? If not, I'd be happy to take it up :) |
heyy, I am working on it. My laptop was in the repair due to some issues i
just got it back today. I will push PR by this weekend.
…On Fri, 27 Dec, 2024, 14:40 Yota Hamada, ***@***.***> wrote:
Hey @kriyanshii <https://github.com/kriyanshii>, just checking if you're
still planning to work on this issue? If not, I'd be happy to take it up.
—
Reply to this email directly, view it on GitHub
<#737 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOF5CWJBMIIAGI77BIXTIOL2HUKQZAVCNFSM6AAAAABTKJB6X6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRTGQ4DSNJXGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
kriyanshii
added a commit
to kriyanshii/dagu
that referenced
this issue
Dec 29, 2024
kriyanshii
added a commit
to kriyanshii/dagu
that referenced
this issue
Dec 29, 2024
kriyanshii
added a commit
to kriyanshii/dagu
that referenced
this issue
Jan 1, 2025
kriyanshii
added a commit
to kriyanshii/dagu
that referenced
this issue
Jan 1, 2025
yohamta
pushed a commit
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
I'd like to propose improving the command-line parameter passing syntax for Dagu. The current approach using --params can be unintuitive and less user-friendly compared to common CLI patterns.
Current Syntax
dagu start --params="a b c" xxx.yaml
Proposed Syntax
Benefits
--
separates options from positional argumentsThis change would make Dagu's CLI more consistent with standard Unix/Linux command-line practices while maintaining backwards compatibility with the existing --params flag.
The text was updated successfully, but these errors were encountered: