This repository was archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Inconsistency in command behaviour #303
Comments
Though default behavior of |
shubhamshuklaer
added a commit
to shubhamshuklaer/ghi
that referenced
this issue
May 21, 2016
Now `ghi milestone sample_title -m sample_description` will create a milestone with title as sample_title and description as sample_description. Fixes stephencelis#303
|
Same case with edit sub-command too. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ghi open sample_title -m "sample_description"
will open an issue with title as "sample_title" and description as "sample_description". Howeverghi milestone sample_title -m "sample_description"
creates a milestone with title "sample_description" and empty description.The text was updated successfully, but these errors were encountered: