diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2020-11-19 23:11:47 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2020-11-23 13:18:42 +0100 |
commit | 818162155a092506403d5a27ad1eb3717de37078 (patch) | |
tree | 88fad9e7577791b8cc3a21df0ae61306f667ac0c /pkg | |
parent | 2e8ed5edf720f2ec7ed641ae92ee368d0ffe9cf2 (diff) | |
download | podman-818162155a092506403d5a27ad1eb3717de37078.tar.gz podman-818162155a092506403d5a27ad1eb3717de37078.tar.bz2 podman-818162155a092506403d5a27ad1eb3717de37078.zip |
shell completions: remove usage of ShellCompDirectiveError
If we return `ShellCompDirectiveError` to the shell the shell will
provide path completion. In none of that cases we want path completion
so it will be better to return `ShellCompDirectiveNoFileComp` instead
and log the error in case we need it.
Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions