6 Commits

Author SHA1 Message Date
Ben Grande
d13a21a734
fix: avoid echo usage
Echo can interpret operand as an option and checking every variable to
be echoed is troublesome while with printf, if the format specifier is
present before the operand, printing as string can be enforced.
2024-08-06 18:12:46 +02:00
Ben Grande
b38834d66b
fix: avoid operand evaluation as argument
Explicit end option parsing as the shell can be quite dangerous without
it.
2024-08-06 17:13:11 +02:00
Ben Grande
5936b2059c
chore: editorconfig check 2024-07-08 19:59:27 +02:00
Ben Grande
59dd3011b2
feat: update qvm completion with upstream 2023-11-14 08:23:01 +00:00
Ben Grande
874905eecf
chore: fix missing and incomplete copyrights 2023-11-14 08:18:32 +00:00
Ben Grande
db0d57cfcf
Initial commit 2023-11-13 14:11:21 +00:00