aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2020-04-16 13:02:50 +1000
committerSteve Bennett <steveb@workware.net.au>2020-04-17 07:49:56 +1000
commit9023bf0ac3eb73ebad8fb333c0b08a0a09332659 (patch)
tree828dafb3ae566c0bba8acb23931169a68a5d6235 /jim_tcl.txt
parent0d5a208e9240218757e0d4658f9b0d14a4263831 (diff)
downloadjimtcl-9023bf0ac3eb73ebad8fb333c0b08a0a09332659.zip
jimtcl-9023bf0ac3eb73ebad8fb333c0b08a0a09332659.tar.gz
jimtcl-9023bf0ac3eb73ebad8fb333c0b08a0a09332659.tar.bz2
package: add package names as an alias for package list
Use the same name for this subcommand as Tcl. For now we keep the existing package list in case it is in use. Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index c4d8996..159dea9 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3455,6 +3455,10 @@ otherwise if '$name.tcl' exists it is loaded with the `source` command.
If `load` or `source` fails, `package require` will fail immediately.
No further attempt will be made to locate the file.
++*package names*+
+
+Returns a list of all known/loaded packages, including internal packages.
+
pid
~~~
+*pid*+