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
I think that having (in addition to the existing command) a remove flag / alias under setup (e.g. cargo dev setup intellij ..., cargo dev setup intellij --remove) might be good for visibility.
If it's been a while since you've setup the editor and now need to remove to commit, you're more likely to remember what you did or press up multiple times than remember the feedback info when running the command.
It also makes sense to me as setup and intellij are subcommands which you want to perform an additional operation on when removing the setup.
I've personally ended up rolling back the files manually since I didn't remember the additional command, so this would have been helpful.
Would be willing to open a PR for this if it's agreed upon!
(of course if there's a way to keep the setup permanent locally with a separate file and a .gitignore, that would be even better)
The text was updated successfully, but these errors were encountered:
Description
I think that having (in addition to the existing command) a
remove
flag / alias under setup (e.g.cargo dev setup intellij ...
,cargo dev setup intellij --remove
) might be good for visibility.If it's been a while since you've setup the editor and now need to remove to commit, you're more likely to remember what you did or press up multiple times than remember the feedback info when running the command.
It also makes sense to me as setup and intellij are subcommands which you want to perform an additional operation on when removing the setup.
I've personally ended up rolling back the files manually since I didn't remember the additional command, so this would have been helpful.
Would be willing to open a PR for this if it's agreed upon!
(of course if there's a way to keep the setup permanent locally with a separate file and a .gitignore, that would be even better)
The text was updated successfully, but these errors were encountered: