Skip to content
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

Expand interactive composition methods #6

Open
pg8wood opened this issue Sep 20, 2021 · 0 comments
Open

Expand interactive composition methods #6

pg8wood opened this issue Sep 20, 2021 · 0 comments

Comments

@pg8wood
Copy link
Owner

pg8wood commented Sep 20, 2021

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❗️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant