diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-29 09:55:32 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-29 09:55:32 +0000 |
| commit | ea4458d3b7f4fee788d86162ee3ce5170eb7e8d7 (patch) | |
| tree | 9fd080a21a38e3b8fd590cd517c687c10e22914b /src/cla_parse.c | |
| parent | e290d6a2ba0375791ad4ba191496d4a036943758 (diff) | |
successfully created quiet build target
Diffstat (limited to 'src/cla_parse.c')
| -rw-r--r-- | src/cla_parse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cla_parse.c b/src/cla_parse.c index 3a5985a..7620d97 100644 --- a/src/cla_parse.c +++ b/src/cla_parse.c @@ -66,6 +66,9 @@ void cla_parse(int argc, char **argv) { if (argv[i + 2]) { pkg = create_pkg(argv[i + 1], argv[i + 2]); install_pkg(pkg); + } else if (!is_verbose) { + pkg = create_pkg(argv[i + 1], "quiet"); + install_pkg(pkg); } else { pkg = create_pkg(argv[i + 1], "default"); install_pkg(pkg); |
