refactor(cli): remove unused --session flag

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-07-14 20:00:43 +05:00
parent 0cda47fdfd
commit f25224b668
3 changed files with 1 additions and 15 deletions

View File

@ -9,7 +9,7 @@ _portprotonqt() {
esac
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--fullscreen --session' -- "$cur" ) )
COMPREPLY=( $( compgen -W '--fullscreen' -- "$cur" ) )
return 0
fi