From 9023bf0ac3eb73ebad8fb333c0b08a0a09332659 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Thu, 16 Apr 2020 13:02:50 +1000 Subject: 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 --- jim_tcl.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jim_tcl.txt') 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*+ -- cgit v1.1