ghi
ghi copied to clipboard
Inconsistency in command behaviour
ghi open sample_title -m "sample_description"
will open an issue with title as "sample_title" and description as "sample_description". However ghi milestone sample_title -m "sample_description"
creates a milestone with title "sample_description" and empty description.
Though default behavior of ghi open
is opening issue, but default behavior of ghi milestone
is list milestones, but still consistency is good.
~~I created another pull request as interface of edit also needs to be updated. So I am closing this.~~ Wrong comment
Same case with edit sub-command too.