-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add status subcommand #10
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, just a few comments on possible improvements.
For testing, I'd be inclined just to go for one simple test initially just to check it runs and produces some output, and we can come back later to ensure everything is fully tested.
There are a number of uses of |
I think I got them all this time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @SandrineP!
Add the
git status
sub-command, with the--long
and--short
flags.