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

--tasks does not parse comma-separated tasks #964

Closed
placer14 opened this issue May 23, 2022 · 1 comment · Fixed by #965
Closed

--tasks does not parse comma-separated tasks #964

placer14 opened this issue May 23, 2022 · 1 comment · Fixed by #965
Assignees
Labels
kind/bug Kind: Bug

Comments

@placer14
Copy link
Contributor

Describe the bug:

lily job run --tasks="block_header,block_parent,drand_block_entrie,verified_registry_verified_client"

lily job run --tasks=block_header,block_parent,drand_block_entrie,verified_registry_verified_client

In both cases, tasks are interpreted as a single string which fails to start (as that long string of block_header,block_parent,drand_block_entrie,verified_registry_verified_client is not a task name.

Steps to Reproduce:

See above.

Lily Version: vx.x.x

v0.9.0+10-g4194bbe

@placer14 placer14 added the kind/bug Kind: Bug label May 23, 2022
@frrist frrist self-assigned this May 23, 2022
@frrist
Copy link
Member

frrist commented May 23, 2022

Possibly related to urfave/cli#1143, investigating

frrist added a commit that referenced this issue May 23, 2022
frrist added a commit that referenced this issue May 23, 2022
* deps: update urfave/cli to latest version

- fixes #964

* fix linting

- remove depicated toml calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants