diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 06:39:29 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 06:39:29 +0000 |
| commit | 2dea5bc2ad4281042758f0e9bfe98fa96bc89412 (patch) | |
| tree | 325a53d3e82459b91a03e167fc8d32bc1c9f90ec /src/cla_parse.c | |
| parent | cb7e87a7889c8ee3f33db43dc2f5653385dc9e29 (diff) | |
declarative package management
Diffstat (limited to 'src/cla_parse.c')
| -rw-r--r-- | src/cla_parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cla_parse.c b/src/cla_parse.c index 18a9ece..91dca3f 100644 --- a/src/cla_parse.c +++ b/src/cla_parse.c @@ -7,6 +7,7 @@ #include "add_repo.h" #include "build.h" #include "create_pkg.h" +#include "declare.h" #include "help.h" #include "install_pkg.h" #include "list_pkgs.h" @@ -77,6 +78,7 @@ void cla_parse(int argc, char **argv) { } }); COMMAND("update", "u", { update_all(); }); + COMMAND("declare", "d", { declare(); }); COMMAND("list", "l", { list_pkgs(); }); COMMAND("--version", "-v", { printf("%s\n", version); }); COMMAND("--help", "-h", { help(); }); |
