mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 19:04:52 -04:00
remove XML files from bash completion, they are not supported anymore
This commit is contained in:
@@ -35,7 +35,7 @@ __by_ext() {
|
||||
}
|
||||
|
||||
__package() {
|
||||
files="$(__by_ext txt) $(__by_ext yml) $(__by_ext json) $(__by_ext xml)"
|
||||
files="$(__by_ext txt) $(__by_ext yml) $(__by_ext json)"
|
||||
COMPREPLY=( $( compgen -W "$files" -- $cur ) )
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user