Meta/Doit: reformat and list options in the order they are used

todo
Junio C Hamano 2026-05-05 21:30:54 +09:00
parent dda2283677
commit 81229c7fb2
1 changed files with 7 additions and 1 deletions

8
Doit
View File

@ -1,5 +1,11 @@
#!/bin/sh

Meta/Dothem --cocci --breaking --test-vars --san --leaks --sha256 "$@"
Meta/Dothem --meson \
--cocci \
--san \
--leaks \
--sha256 \
--test-vars \
--breaking "$@"

Meta/V