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

fix start dag with params #317

Merged
merged 1 commit into from
Sep 6, 2022
Merged

fix start dag with params #317

merged 1 commit into from
Sep 6, 2022

Conversation

Arvintian
Copy link
Contributor

#279 (comment)
Like shellworlds pasre string be quoted as raw-string.

dagu start --params "a b" demo.yaml

expect:
$1: a
$2: b

but:
$1: 'a b'

So we should trim the ".

@yohamta
Copy link
Collaborator

yohamta commented Sep 6, 2022

Thanks for fixing the bug!

@yohamta yohamta merged commit 883fa51 into dagu-org:main Sep 6, 2022
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.

2 participants