aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cc b/src/main.cc
index ecce36a..ec4d108 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -4,15 +4,10 @@
#include <iostream>
#include "cla_parse.hh"
-#include "help.hh"
#include "setup_pkgit.hh"
int main(int argc, char *argv[]) {
setup_pkgit();
-
- if (!argv[1]) { help(); return 0; }
-
cla_parse(argc, argv);
-
return 0;
}