Artifact
f2d97ff839f3ad2cc1a3391e303d221f12ba4be3:
- Executable file
packages/ycl/bin/cmd
— part of check-in
[5446762cf3]
at
2012-10-31 17:05:33
on branch trunk
— file reorganization
(user:
pooryorick
size: 152)
- Executable file
ycl/bin/cmd
— part of check-in
[f886064737]
at
2012-10-26 02:32:46
on branch trunk
— new iter module
various new functions
change checkargs to not use "mandatory" but consider mandatory if no "default"
(user:
pooryorick
size: 152)
#! /bin/env tclsh
apply {{} {
global argv
set cfg [source [file join [file dirname [info script]] yclenv]]
package require ycl
ycl cmd {*}$argv
}}