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

feat: Save puzzle description to md file #7

Merged
merged 1 commit into from
Nov 25, 2022
Merged

feat: Save puzzle description to md file #7

merged 1 commit into from
Nov 25, 2022

Conversation

CDE90
Copy link
Contributor

@CDE90 CDE90 commented Nov 24, 2022

This PR makes it so the aoc read command will save the downloaded description to a markdown file (default is description.md). This should close #4

Also this project looks great, I plan to use it this year... only 6 days left!

@scarvalhojr
Copy link
Owner

This is brilliant! Thank you very much.


/// Path where to save puzzle description
#[arg(
long,
Copy link
Owner

Choose a reason for hiding this comment

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

Can I suggest we add a short option as well (maybe -e?)

@scarvalhojr scarvalhojr merged commit bd93e5d into scarvalhojr:main Nov 25, 2022
@CDE90 CDE90 deleted the save-description-file branch November 25, 2022 21:10
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.

Support output in Markdown format (as an alternative to plain text output)
2 participants