-
Notifications
You must be signed in to change notification settings - Fork 64
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
Allow extra spaces between commands #86
Allow extra spaces between commands #86
Conversation
Codecov Report
@@ Coverage Diff @@
## master #86 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 8 8
Lines 856 858 +2
======================================
- Misses 856 858 +2
Continue to review full report at Codecov.
|
Does this also fix #70? |
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.
Tested and passed
- Tested that crash does not occur with example in linked ticket
- Regression tested invalid user sent in the command
- Tested adding unneeded white space between commands
- Spot checked other commands
LGTM!
Summary
Allow extra spaces between commands
Ticket Link
#83