mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
remove XML files from bash completion, they are not supported anymore
This commit is contained in:
parent
bb758d3f00
commit
5c9d46b5b2
1 changed files with 1 additions and 1 deletions
|
@ -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 ) )
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue