list-public-symbols
builtin-function
(list-public-symbols package-name)
Returns a list with the public symbols of package package-name.
make-html > (list-public-symbols "shell")
it: (shell:$home
shell:$local-application-data
shell:$my-documents
shell:$roaming-application-data
shell:$sudo
shell:cd
shell:dir
shell:env
shell:exec
shell:exec-with-detach
shell:exec-with-io-redirect
shell:expand-path-name
shell:get-special-folder
shell:here
shell:make-safe-argument-string
shell:path
shell:pwd
shell:robocopy-mirror
shell:run
shell:sudo
shell:with-directory)