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

[Shared] Add exit command as an alias to quit #1220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Razish
Copy link
Member

@Razish Razish commented Feb 29, 2024

I can't tell you how many times I've tried to close a server with exit like most other CLI programs, interpreters, shells etc.

Quality of life for a goober like me ✨

@Razish Razish requested a review from a team as a code owner February 29, 2024 17:08
@Razish
Copy link
Member Author

Razish commented Mar 2, 2024

Note there's a slight QoL decrease because ex<TAB> no longer completes to exec 🤔
I'll leave this to the masses to decide which is better.

Copy link

@bartrpe bartrpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"exec" is a command used, in general, by slightly more experienced players so not having it on full auto-completion is less of a hindrance than adding the common "console-killer command" imo.

@Razish
Copy link
Member Author

Razish commented Mar 5, 2024

We could also argue that ex<TAB> for exec is only saving 1 keystroke (c). Not likely to end the world.

@taysta
Copy link
Contributor

taysta commented Mar 5, 2024

We could also argue that ex<TAB> for exec is only saving 1 keystroke (c). Not likely to end the world.

Maybe over the top but in my fork I added a cvar for the exit command, default to on. I advised the few who complained about it interrupting their exec muscle memory to disable the exit command with the cvar.

@Razish
Copy link
Member Author

Razish commented Mar 6, 2024

I guess that works, but it's not worth the additional complexity to me.
We go all-in or we don't add it at all IMO.

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

Successfully merging this pull request may close these issues.

None yet

3 participants