Code sprint: pkg.m: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 42: Line 42:
* Accept -url <url> to install files and packages directly from the web
* Accept -url <url> to install files and packages directly from the web
=== Coders ===
=== Coders ===
== Add helper functions ==
== Add where is functionality ==
<code>pkg describe pkg_name</code> gives useful information. But we should allow for more direct queries like
* <pre>pkg whereis function_name</pre> list the installed packages (loaded or not) that have a function matching the name function_name.
* <pre>pkg whereis -forge function_name</pre> list all forge packages that have a function matching the name function_name.
657

edits

Navigation menu