aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-04-26 07:40:37 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-04-26 07:40:37 +0200
commite6279af295cc0e8b985a5a43a16ac6313eb6c698 (patch)
tree52f39915b61988b784fd03495234dd75001e033e /src/main.h
parent67d5d1b742584ffeb9859eb7b92a41e0d365622d (diff)
downloadpolecat-e6279af295cc0e8b985a5a43a16ac6313eb6c698.tar.gz
polecat-e6279af295cc0e8b985a5a43a16ac6313eb6c698.zip
implement flags and sort commands by alphabet
stupid standard --help and --version
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index e7edf7c..28bec99 100644
--- a/src/main.h
+++ b/src/main.h
@@ -4,6 +4,7 @@
#include "command.h"
COMMAND(main, env);
+COMMAND(main, version);
COMMAND(main, help);
#endif