aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-22 22:06:30 +0000
committersaturneric <[email protected]>2024-11-22 22:06:30 +0000
commite16e15db09d89a997db73e313b966f95e6c59f56 (patch)
tree4f6be7375b983eda33b5faa37b9c7a3af0a57ed6 /src/cmd.h
parentfix: correct the path to the executable of app image mode (diff)
downloadGpgFrontend-e16e15db09d89a997db73e313b966f95e6c59f56.tar.gz
GpgFrontend-e16e15db09d89a997db73e313b966f95e6c59f56.zip
feat: rewrite core init processes and add env option
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd.h b/src/cmd.h
index 80d14eb1..28ded713 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -40,4 +40,6 @@ auto ParseLogLevel(const QString& level) -> int;
auto RunTest(const GFCxtWPtr&) -> int;
+auto PrintEnvInfo() -> int;
+
} // namespace GpgFrontend \ No newline at end of file