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 955e001 commit 6103372Copy full SHA for 6103372
contrib/completion/hwloc-completion.bash
@@ -12,7 +12,7 @@
12
13
_lstopo() {
14
local INPUT_FORMAT=(xml synthetic fsroot cpuid)
15
- local OUTPUT_FORMAT=(console ascii fig pdf ps png svg xml synthetic)
+ local OUTPUT_FORMAT=(console ascii tikz fig pdf ps png svg xml synthetic)
16
local TYPES=("Machine" "Misc" "Group" "NUMANode" "MemCache" "Package" "Die" "L1" "L2" "L3" "L4" "L5" "L1i" "L2i" "L3i" "Core" "Bridge" "PCIDev" "OSDev" "PU")
17
local FILTERKINDS=("none" "all" "structure" "important")
18
local OPTIONS=(-l --logical
0 commit comments