Skip to content

Instantly share code, notes, and snippets.

@sagax
Created April 6, 2019 18:16
Show Gist options
  • Save sagax/8f3ca39e7a1a86434f149c30d640a5f1 to your computer and use it in GitHub Desktop.
Save sagax/8f3ca39e7a1a86434f149c30d640a5f1 to your computer and use it in GitHub Desktop.
list all tcl packages
uplevel 0 [package unknown] x
puts "[package names]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment