Maybe we could refuse to complete further when the command was not
recognized, but at least this fix avoids the annoying behaviour.
Signed-off-by: Yann Dirson <ydirson@altern.org>
# List the command options
_cmd_options ()
{
# List the command options
_cmd_options ()
{
- stg $1 --help | grep -e " --[A-Za-z]" | sed -e "s/.*\(--[^ =]\+\).*/\1/"
+ stg $1 --help 2>/dev/null | grep -e " --[A-Za-z]" | sed -e "s/.*\(--[^ =]\+\).*/\1/"
}
# Generate completions for patches and patch ranges from the given
}
# Generate completions for patches and patch ranges from the given