I am using SQLite3 on WSL2 (Ubuntu 20.04). When I attempt to set the output format mode to table, I get the following error:
sqlite> .mode table
Error: mode should be one of: ascii column csv html insert line list quote tabs tcl
I've updated SQLite3 to the most current version, and I am still not seeing "Table" as an option.
According to the SQLite3 documentation, I should be seeing 14 different modes to choose from.
Thank you!