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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕 channel and enabled arguments should be optional for configure auto-threading #190

Closed
Snailedlt opened this issue Jun 14, 2022 · 1 comment 路 Fixed by #250
Closed
Labels
improvement 馃挕 Improvement suggestion

Comments

@Snailedlt
Copy link

Describe the improvement

There's really no need to enforce the channel and enabled arguments in configure auto-threading.
It would be better if they were optional, and set the defaults for channel to the current channel, and enabled to either true, or toggle.

Problems this improvement solves

Why is this better?
Because the command would be shorter for the most common usecase (enabling auto-threading in the current channel). This would make it even easier for new users to get started, and would be a QOL updated overall.

So instead of having to type out:
/configure auto-threading channel:#channel enabled:true

You could now just go to the channel where you want auto-threading and type:
/configure auto-threading

Alternative solutions

The defaults could be the following:
channel => current
enabled => true or toggle

@Snailedlt Snailedlt added the improvement 馃挕 Improvement suggestion label Jun 14, 2022
@MarcusOtter
Copy link
Owner

Thank you for this suggestion, I think it would be a great improvement to UX 馃憤

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

Successfully merging a pull request may close this issue.

2 participants