keepassxc/src/cli
louib a58e3d5ee0 Adding debug info to CLI.
Adding debug info to the CLI and the general option
of the main Qt app. Also took time to:
* use `EXIT_SUCCESS`/`EXIT_FAILURE` constants
for main.cpp (this is what is used in `src/cli`);
* fixed `m_initalized` typo;
* added info on debugging mode being disabled
or not;
* regrouped Qt related stuff in the debug output.
2019-03-24 08:35:33 -04:00
..
Add.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Add.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Clip.cpp Avoid copying QSharedPointers when not needed 2019-01-30 09:50:10 -05:00
Clip.h Avoid copying QSharedPointers when not needed 2019-01-30 09:50:10 -05:00
CMakeLists.txt Don't call mandb 2019-03-20 17:23:09 -04:00
Command.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Command.h Global const for KeyFileOption (CLI) (#2505) 2018-11-28 16:15:15 -05:00
Create.cpp Avoid copying QSharedPointers when not needed 2019-01-30 09:50:10 -05:00
Create.h Avoid copying QSharedPointers when not needed 2019-01-30 09:50:10 -05:00
Diceware.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Diceware.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Edit.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Edit.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Estimate.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Estimate.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Extract.cpp Performed project-wide code formatting 2019-01-28 22:38:59 -05:00
Extract.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Generate.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Generate.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
keepassxc-cli.1 Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
keepassxc-cli.cpp Adding debug info to CLI. 2019-03-24 08:35:33 -04:00
List.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
List.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Locate.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Locate.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Merge.cpp Fix quiet option for Merge (CLI) (#2695) 2019-02-15 08:56:29 -05:00
Merge.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Remove.cpp Update translations 2019-01-30 20:54:35 -05:00
Remove.h Adding --quiet option to the CLI. (#2507) 2018-11-28 11:24:12 -05:00
Show.cpp We should output to stderr on EXIT_FAILURE (#2558) 2019-01-16 12:32:06 -05:00
Show.h CLI: add commands to show and copy TOTP to clipboard (#2454) 2018-11-09 21:58:42 -05:00
TextStream.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
TextStream.h Adding --quiet option to the CLI. (#2507) 2018-11-28 11:24:12 -05:00
Utils.cpp Restore formatting 2019-01-30 09:50:11 -05:00
Utils.h Performed project-wide code formatting 2019-01-28 22:38:59 -05:00