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

Wildcards in config argument #47

Closed
danielhundhausen opened this issue Jan 15, 2024 · 1 comment
Closed

Wildcards in config argument #47

danielhundhausen opened this issue Jan 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@danielhundhausen
Copy link
Collaborator

I think it would be nice to be able to pass wildcards (*) in the config command line argument. This would enable the user to produce e.g. all electron related plots with only one command:

python src/plotter.py cfg_plots/V29/electron*

Or if technically possible even all versions of all electron plots:

python src/plotter.py cfg_plots/V*/electron*
@danielhundhausen danielhundhausen added enhancement New feature or request good first issue Good for newcomers labels Jan 15, 2024
@danielhundhausen danielhundhausen self-assigned this Jan 15, 2024
@artlbv
Copy link
Collaborator

artlbv commented Jan 15, 2024

I used a bash script for now for f in ls *.yaml; do python .. $f; done, but of course built-in functionality would be good ;)

danielhundhausen added a commit to danielhundhausen/Phase2-L1MenuTools that referenced this issue Jan 23, 2024
@artlbv artlbv closed this as completed Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants