theseus-rs / rsql

Command line interface for CockroachDB, DuckDB, LibSQL, MariaDB, MySQL, PostgreSQL, Redshift, Snowflake, SQLite3 and SQL Server
https://theseus-rs.github.io/rsql/rsql_cli/
Apache License 2.0
129 stars 5 forks source link

refactor: specialized trait for toggle-able shell commands #196

Closed gazure closed 1 month ago

gazure commented 1 month ago

Describe the pull request

Separate trait for shell command Toggles that cuts down on duplicated logic.