Commit

Author:

Hash:

Timestamp:

+1 -1 +/-1 browse

Kevin Schoon [me@kevinschoon.com]

0ed869d51e1fb290b079a50ebddc4a8412c0b584

Sun, 23 Aug 2026 16:42:47 +0000 (2 weeks ago)

fix --gen-complete xtask flag
1diff --git a/.ayllu-build.jsonnet b/.ayllu-build.jsonnet
2index f3340bb..49fd8bd 100644
3--- a/.ayllu-build.jsonnet
4+++ b/.ayllu-build.jsonnet
5 @@ -102,7 +102,7 @@ local short_step(name, input) = {
6 image: build_image,
7 steps: [
8 short_step('Man Pages', 'cargo run --frozen --package xtask -- --gen-man'),
9- short_step('Shell Completion', 'cargo run --frozen --package xtask -- gen-complete'),
10+ short_step('Shell Completion', 'cargo run --frozen --package xtask -- --gen-complete'),
11 short_step('Makepkg', 'makepkg'),
12 ],
13 cache: [cargo_cache, build_cache],