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

Add ability for getjobinfo to pull specific tags from job logs #13

Open
NucciTheBoss opened this issue Mar 24, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request feature request Request to add a specific feature

Comments

@NucciTheBoss
Copy link
Contributor

Currently, getjobinfo pulls the whole XML log when querying a specific job id, however, sometimes you're really only looking for the job script. Therefore, getjobinfo should have the ability to pull specific tags from the logs.

Might look like something like the following: getjobinfo tag -n <...> - will need to enable getjobinfo to be called without needing a sub-command to be invoked. @click.group(invoke_without_command=True) should do the trick.

@NucciTheBoss NucciTheBoss added enhancement New feature or request feature request Request to add a specific feature labels Mar 24, 2021
@NucciTheBoss NucciTheBoss self-assigned this Mar 24, 2021
@NucciTheBoss NucciTheBoss assigned nucci6 and unassigned NucciTheBoss Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request Request to add a specific feature
Projects
None yet
Development

No branches or pull requests

2 participants