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 d528ef4 commit c276a2fCopy full SHA for c276a2f
tcl/main.tcl.in
@@ -96,7 +96,8 @@ proc parseModuleCommandName {command defaultcmd} {
96
2 list whatis 2 whatis purge 2 purge initadd 5 initadd initload 6\
97
initadd initprepend 5 initprepend initswitch 6 initswitch\
98
initswap 6 initswitch initunload 8 initrm initlist 5 initlist\
99
- spider 3 spider update 2 reload disable 4 saverm} {
+ spider 3 spider update 2 reload disable 4 saverm describe 3\
100
+ saveshow} {
101
if {$cmdlen >= $minlen && [string equal -length $cmdlen $command\
102
$match]} {
103
set command $sccmd
0 commit comments