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 19c68ee commit a66a7a2Copy full SHA for a66a7a2
tcl/main.tcl.in
@@ -988,15 +988,15 @@ if {[catch {
988
}
989
--width* {
990
set asked_term_width [string range $arg 8 end]
991
- set term_width_arg --width
+ set term_width_arg --width
992
if {$asked_term_width eq {}} {
993
set asked_term_width 0
994
995
996
-w {
997
##nagelfar ignore Found constant
998
set nextargisval asked_term_width
999
- set term_width_arg -w
+ set term_width_arg -w
1000
1001
-t - --terse - -l - --long - --default - -L - --latest - -S -\
1002
--starts-with - -C - --contains - -j - --json - --output=* {
0 commit comments