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
Hi, I just found mn and it looks quite useful, thanks for creating this and sharing it!
One papercut I ran across in using it was creating my initial data. I'm unable to edit something before I add it, and although the message sounds like it will be interactive, it actually just exits with an error code.
❯ mn edit notes
notes not found. Would you like to add it to Mnemonic?
❯ ...
Would you be interested in a Pull Request to make this experience interactive?
Prompt the user [y/n]
The "no" case would exit without an error code
The "yes" case would potentially
a. Run the add command
b. Run the edit command
The text was updated successfully, but these errors were encountered:
Hi, I just found
mn
and it looks quite useful, thanks for creating this and sharing it!One papercut I ran across in using it was creating my initial data. I'm unable to
edit
something before Iadd
it, and although the message sounds like it will be interactive, it actually just exits with an error code.Would you be interested in a Pull Request to make this experience interactive?
[y/n]
a. Run the
add
commandb. Run the
edit
commandThe text was updated successfully, but these errors were encountered: