Bash completions fixed to emit real newlines (
c8401c5)
The CLI completion generator no longer writes \n escapes into the bash script; it now emits actual newline characters in the subcommand case entries and fallback branch. This fixes invalid completion output for bash users and is backed by a new regression test.
Other misc changes
- None