Skip to content

Commit cabecf3

Browse files
committed
Add --show_hidden option as alias of --all
But do not advertise this option in man/changes docs and usage message. Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent bbc7cb1 commit cabecf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tcl/main.tcl.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)