You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a `--part` flag in the `read` subcommand to display/read the
specified part of the puzzle.
When part 1 is included in display (either by directly specifying
`--part 1`, or by not specifying `--part` flag which defaults to both
part 1 & 2), the `--- Part One ---` subheader is added in the output.
This makes display consistent with the output for part 2
(`--- Part Two ---`, which is included by default), and adds better
indicator for the puzzle sections.
Fixes: scarvalhojr#27
Hi. 👋
Awesome cli! ⭐
Would you be interested in a PR that adds a cli flag that specifies the part/level for a puzzle for the
read
subcommand?There is a request for this in fspoettel/advent-of-code-rust#50, so I was wondering if it would make sense for this feature to be added in here.
The text was updated successfully, but these errors were encountered: