]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : add -m to bash completion for --model [no ci] (#15591)
authorDaniel Bevenius <redacted>
Wed, 27 Aug 2025 08:28:53 +0000 (10:28 +0200)
committerGitHub <redacted>
Wed, 27 Aug 2025 08:28:53 +0000 (10:28 +0200)
commitfcca2182a18c786c57d02d1d1927204b133f1fdc
tree409f0bd217967767b8b5ff13ebe3491d39d981ac
parent86076f92de1a547ef87c304facca3b4b9fae6c21
common : add -m to bash completion for --model [no ci] (#15591)

This commit updates the bash completion script to include the -m
short option for the --model argument.

The motivation for this is that currently tab completion only works the
full --model option, and it is nice to have it work for the short option
as well.
common/arg.cpp