simonw / db-to-sqlite

CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
368 stars 28 forks source link

--connection should be a required positional argument #14

Closed simonw closed 5 years ago

simonw commented 5 years ago

Since it's required for all operations it doesn't make sense to have it as a --connection option.