louib
db98f114f9
[CLI] Add a db-edit command ( #8400 )
2022-10-05 07:30:15 -04:00
Geert Ijewski
d16fc2d62a
Add db statistic output to CLI db-info command.
...
Closes #6920
2021-12-08 23:41:05 -05:00
peter
6b14b5dc27
Optimize includes across code base
2021-07-13 22:08:33 -04:00
Jonathan White
be3e77d721
Cleanup CLI includes across all components
...
* Remove unused include files
* Move includes out of widely shared headers (reduced rebuild time)
* Consolidate code for Analyze command
2021-04-25 07:38:21 -04:00
Anton Vanda
c2bdb48bc6
Fix 'db-info' command name to show it right in 'help'
...
* Fixes #5139
2020-07-20 21:20:21 -04:00
Jonathan White
485852c9db
CLI: Use stderr for password prompt
...
Fixes #3398 .
Convert to QTextStream for all CLI IO and greatly improve CLI tests
* Completely overhaul CLI tests to be much more streamlined and easy to read. Removed unnecessary code blocks by using existing functions.
Co-authored-by: Emma Brooks <me@pluvano.com>
2020-05-14 16:33:25 -04:00
Jonathan White
91755fa83a
Fix compile error on certain platforms
2020-01-27 20:49:52 -05:00
louib
b78ca924fd
Adding db-info CLI command. ( #4231 )
...
This adds a basic db-show CLI command, to display
the information related to a database.
2020-01-26 23:44:31 -05:00