You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can sometimes be cumbersome to open the text editor and add entries using markdown syntax. Create an interactive way to add entries on the command line.
Example flow:
changelog add <-t | --ticket>
Enter the ticket number:
TICKET-1234
Enter the link to the ticket:
https://blog.patrickgatewood.com
<create entry and emit existing success message>
Maybe let this be done via some flags too:
`changelog add <-t | --ticket>
^ don't forget about argument parser's ability to type check URLs!
After #2, this could be accomplished simply by typing changelog add -t <hypertext> 1234❗️
The text was updated successfully, but these errors were encountered:
It can sometimes be cumbersome to open the text editor and add entries using markdown syntax. Create an interactive way to add entries on the command line.
Example flow:
Maybe let this be done via some flags too:
`changelog add <-t | --ticket>
^ don't forget about argument parser's ability to type check URLs!
After #2, this could be accomplished simply by typing
changelog add -t <hypertext> 1234
❗️The text was updated successfully, but these errors were encountered: