summaryrefslogtreecommitdiffstats
path: root/tcllib/support/devel/sak/localdoc/cmd.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
commitea28451286d3ea4a772fa174483f9a7a66bb1ab3 (patch)
tree6ee9d8a7848333a7ceeee3b13d492e40225f8b86 /tcllib/support/devel/sak/localdoc/cmd.tcl
parentb5ca09bae0d6a1edce939eea03594dd56383f2c8 (diff)
parent7c621da28f07e449ad90c387344f07a453927569 (diff)
downloadblt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.zip
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.gz
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.bz2
Merge commit '7c621da28f07e449ad90c387344f07a453927569' as 'tcllib'
Diffstat (limited to 'tcllib/support/devel/sak/localdoc/cmd.tcl')
-rw-r--r--tcllib/support/devel/sak/localdoc/cmd.tcl21
1 files changed, 21 insertions, 0 deletions
diff --git a/tcllib/support/devel/sak/localdoc/cmd.tcl b/tcllib/support/devel/sak/localdoc/cmd.tcl
new file mode 100644
index 0000000..e32fce7
--- /dev/null
+++ b/tcllib/support/devel/sak/localdoc/cmd.tcl
@@ -0,0 +1,21 @@
+# -*- tcl -*-
+# Implementation of 'localdoc'.
+
+# Available variables
+# * argv - Cmdline arguments
+# * base - Location of sak.tcl = Top directory of Tcllib distribution
+# * cbase - Location of all files relevant to this command.
+# * sbase - Location of all files supporting the SAK.
+
+# ###
+
+package require sak::localdoc
+
+if {[llength $argv]} {
+ sak::localdoc::usage
+}
+
+sak::localdoc::run
+
+##
+# ###