File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ proc parseModuleCommandArgs {topcall cmd ignerr args} {
220220 lappend otherargs $arg
221221 }
222222 }
223- --all {
223+ --all - --show_hidden {
224224 # include hidden modules only on a limited set of command
225225 if {$cmd in [list avail aliases search whatis ml list lint\
226226 savelist spider]} {
@@ -804,7 +804,7 @@ if {[catch {
804804 -a - --append - -append - --all - -p - --prepend - -prepend -\
805805 --delim - -delim - --delim=* - -delim=* - --duplicates - --index\
806806 - --notuasked - --indepth - --no-indepth - --dump-state -\
807- --reset - --tag - --tag=* - --glob {
807+ --reset - --tag - --tag=* - --glob - --show_hidden {
808808 # command-specific switches interpreted later on
809809 lappend otherargv $arg
810810 }
You can’t perform that action at this time.
0 commit comments