Skip to content

Conversation

YeungOnion
Copy link
Contributor

Addresses #95,

This requires a new dependency, on pypi, since it modifies the args passed to the click group, discussion here

@henryiii henryiii merged commit 59b87e5 into scikit-hep:main Nov 28, 2023
@@ -28,7 +34,7 @@ def main() -> None:


@main.command()
@click.argument("filename")
@click.argument("filename", type=click.Path(exists=True))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, missed these. It's not correct, this is a path maybe followed by aa colon then stuff.

@YeungOnion
Copy link
Contributor Author

Ah, a good catch, thanks!

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