xo / usql

Universal command-line interface for SQL databases
MIT License
8.82k stars 346 forks source link

Implement help subcommands #387

Closed nineinchnick closed 1 year ago

nineinchnick commented 1 year ago

The \? command already printed help for all available commands, but it also should support subcommands for options and variables. This PR implements them and adds autocomplete.

Things to look at:

Resolves #384 and partially resolves #258

BTW I noticed the release plugin gathers release notes from PRs so I'll try to avoid committing important changes directly to the default branch.