# program usage requires at least one argument
if { $::argc eq 0 } {
puts "USAGE: $::argv0 argument"
exit 1
}
See also: argv# program usage requires at least one argument
if { $::argc eq 0 } {
puts "USAGE: $::argv0 argument"
exit 1
}
See also: argv