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 --list option to CLI to print the names of all available archivers #555

Merged
merged 2 commits into from
Jan 29, 2025

Conversation

krivard
Copy link
Contributor

@krivard krivard commented Jan 29, 2025

Overview

Closes #553.

What problem does this address?

What did you change in this PR?

  • Add --list CLI option which prints each archiver name and then exits
  • Update README to list a few sample archivers and then direct user to --list to see the rest.

Testing

How did you make sure this worked? How can a reviewer verify this?

$ pudl_archiver --list
[...]
$ pudl_archiver --help | grep list

To-do list

Tasks

Preview Give feedback

@krivard krivard requested a review from aesharpe January 29, 2025 20:12
README.md Outdated Show resolved Hide resolved
@krivard krivard requested a review from aesharpe January 29, 2025 20:43
Copy link
Member

@aesharpe aesharpe left a comment

Choose a reason for hiding this comment

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

yay!

@aesharpe aesharpe merged commit d9de0ed into main Jan 29, 2025
3 checks passed
@aesharpe aesharpe deleted the add-list-cli branch January 29, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Replace manually entered dataset names with automated CLI command in README
2 participants