Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@konippi
Copy link
Contributor

@konippi konippi commented Oct 14, 2025

Issue #, if available:
N/A (But I often hear users say they don't know how to view the full list of settings.)

Description of changes:
I think it would improve the UX if the q settings all command displayed all settings and only highlighted the ones that were changed as shown in the attached image.

image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

/// Open the settings file
Open,
/// List all the settings
/// List all available settings with their descriptions and current values
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the biggest change here is the fact that it lists all the settings rather than the formatting.
Let me ask the team to see how people feel about that.

Copy link
Contributor

Choose a reason for hiding this comment

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

I'd be interested in knowing all the available settings, but would want a way to see just the ones that I have modified/enabled

q settings list
q settings list --all

where current q settings all = q settings list
and what the CR proposes would go under q settings list --all

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for your feedback. I modified the command to display both all available settings and the settings users have enabled.

# configured settings
$ q settings list

# all available settings
$ q settings list --all

# backward compatible (q settings all = q settings list)
$ q settings all

@konippi konippi requested review from dingfeli and kkashilk October 15, 2025 15:46
@kkashilk kkashilk merged commit 1999b5a into aws:main Oct 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants