Add client command for switching to previous user #37
Fayti1703
started this conversation in
Bugs / Features / Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've often run into the situation where I was on a user for a while, then had to swap to another user to xfer some GC or upgrades to the first user, and then immediately swap back to continue doing things.
It'd be nice if that swap back didn't involve having to type out the first user's name.
Commonly, CLI programs use
-for this -- e.g. if youcdsomewhere,cd -goes back to the previous directory you were at. (git checkoutsupports this too).Since
-isn't a valid username, the client could acceptuser -as a command to switch to the previous user.Beta Was this translation helpful? Give feedback.
All reactions