Commit Graph

3 Commits

Author SHA1 Message Date
7bce56384f add dockerfiler 2026-04-01 15:12:00 +02:00
05261522a0 fix: alias argument expansion with flags and spaces
Fixes an issue where alias arguments containing spaces or flags were being split incorrectly by using strings.Fields on the substituted command string. Instead, the command string is tokenized first and then substitution happens on each token.

Also disables Cobra flag parsing for aliases dynamically so that arguments and flags correctly cascade down to the target command instead of throwing unknown flag errors.
2026-03-29 19:09:06 +02:00
2d4cff717b init 2026-03-26 12:48:47 +00:00