diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-05 08:41:14 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-05 08:41:14 +0000 |
| commit | fdfd040e140875fbe6dc1428114923c95461e3b9 (patch) | |
| tree | 4e727cbf3eeeeb553f00de25c47c0eb7957daadd /src/main.cc | |
| parent | 00d8888ef5e3cc06e9d0af32f8bcf5063082dcc0 (diff) | |
omg i deleted main
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index e69de29..d94a4d8 100644 --- a/src/main.cc +++ b/src/main.cc @@ -0,0 +1,10 @@ +#include "cla_parse.hh" +#include "lua_state.hh" +#include "setup_pkgit.hh" + +int main(int argc, char* argv[]) { + setup_pkgit(); + cla_parse(argc, argv); + free_lua_state(); + return 0; +} |
