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

specify default behavior to use "browse" if not recognized as subcommand #158

Merged
merged 4 commits into from
Nov 28, 2023

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

README.md Outdated Show resolved Hide resolved
@henryiii henryiii merged commit 59b87e5 into scikit-hep:main Nov 28, 2023
12 checks passed
@@ -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