Fix asimov snapshot --version#14
Conversation
|
@SamuelSarle Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 1! @artob received 25 Sloth Points for reviewing and scoring this pull request. What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
|
@race-of-sloths score 1 |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes an issue where calling the --version flag was causing errors by making the command subcommand optional in the CLI argument parser.
- Made the
commandfield optional in the CLI options struct - Added unwrap() when accessing the command to handle the optional case
Before:

After:

@race-of-sloths