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

Add reset / enhance set commands #143

Closed
arina-ielchiieva opened this issue Sep 11, 2018 · 2 comments
Closed

Add reset / enhance set commands #143

arina-ielchiieva opened this issue Sep 11, 2018 · 2 comments

Comments

@arina-ielchiieva
Copy link
Collaborator

  1. Add reset command
    !reset all - resets all sqlline properties (deliberately did not allow to reset all with !reset (without arguments) since this is high prone to user to hit enter prematurely).
    !reset <property> - resets property to default.

  2. Enhance set command
    Currently set command does the following:
    !set - lists all properties and their values
    !set <key> <value> - sets property to the given value
    Add:
    !set all - equivalent to !set to match !reset all syntax
    !set <property> - lists current property value

@arina-ielchiieva
Copy link
Collaborator Author

Opened PR - #144.

@julianhyde
Copy link
Owner

Fixed in 0b00709; thanks @arina-ielchiieva!

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

No branches or pull requests

2 participants