#to handle procs like ":" (eg used by colin's bytecode based expr replacement) or other names of the form ":xyz"
#we can't use 'info args :::' - tcl won't find it
set ns [nsprefix $origin]
@ -5026,7 +5026,7 @@ y" {return quirkykeyscript}
if {[punk::args::id_exists "$origin [lindex $args $i]"]} {
set a [lindex $args $i]
#review - tests?
puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#we can only seek beyond an undocumented subcommand level via a space delimited path, as we can make no assumption about the actual location of a subcommand relative to its parent
#There could be a different command at for example "${origin}::$a" which is unrelated to the actual resolution path.
#to handle procs like ":" (eg used by colin's bytecode based expr replacement) or other names of the form ":xyz"
#we can't use 'info args :::' - tcl won't find it
set ns [nsprefix $origin]
@ -5026,7 +5026,7 @@ y" {return quirkykeyscript}
if {[punk::args::id_exists "$origin [lindex $args $i]"]} {
set a [lindex $args $i]
#review - tests?
puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#we can only seek beyond an undocumented subcommand level via a space delimited path, as we can make no assumption about the actual location of a subcommand relative to its parent
#There could be a different command at for example "${origin}::$a" which is unrelated to the actual resolution path.
#to handle procs like ":" (eg used by colin's bytecode based expr replacement) or other names of the form ":xyz"
#we can't use 'info args :::' - tcl won't find it
set ns [nsprefix $origin]
@ -5026,7 +5026,7 @@ y" {return quirkykeyscript}
if {[punk::args::id_exists "$origin [lindex $args $i]"]} {
set a [lindex $args $i]
#review - tests?
puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#we can only seek beyond an undocumented subcommand level via a space delimited path, as we can make no assumption about the actual location of a subcommand relative to its parent
#There could be a different command at for example "${origin}::$a" which is unrelated to the actual resolution path.
#to handle procs like ":" (eg used by colin's bytecode based expr replacement) or other names of the form ":xyz"
#we can't use 'info args :::' - tcl won't find it
set ns [nsprefix $origin]
@ -5026,7 +5026,7 @@ y" {return quirkykeyscript}
if {[punk::args::id_exists "$origin [lindex $args $i]"]} {
set a [lindex $args $i]
#review - tests?
puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#puts stderr "cmd_traverse - skipping to documented subcommand '$origin $a'"
#we can only seek beyond an undocumented subcommand level via a space delimited path, as we can make no assumption about the actual location of a subcommand relative to its parent
#There could be a different command at for example "${origin}::$a" which is unrelated to the actual resolution path.