GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
cmd.h
1 
29 #pragma once
30 
31 #include "GpgFrontendContext.h"
32 
33 namespace GpgFrontend {
34 
35 // functions
36 
37 auto PrintVersion() -> int;
38 
39 auto ParseLogLevel(const QString& level) -> spdlog::level::level_enum;
40 
41 auto RunTest(const GFCxtWPtr&) -> int;
42 
43 } // namespace GpgFrontend
Definition: app.cpp:39