We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693b538 commit 7c7b52aCopy full SHA for 7c7b52a
contrib/completion/bash/hwloc
@@ -224,7 +224,8 @@ _hwloc_info(){
224
COMPREPLY=( `compgen -W "${TYPES[*]/%/:} cache: icache: io:" -- "$cur"` ) && compopt -o nospace
225
;;
226
--ancestor | --descendants)
227
- COMPREPLY=( `compgen -W "${TYPES[*]}" -- "$cur"` kind=normal kind=cpu kind=cache kind=memory kind=io kind=all )
+ COMPREPLY=( `compgen -W "${TYPES[*]} kind=normal kind=cpu kind=cache kind=memory kind=io kind=all" -- "$cur"` )
228
+ # TODO "kind=<tab>" doesn't complete with kinds
229
230
--local-memory-flags)
231
COMPREPLY=( "<flags>" "" )
0 commit comments