You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds way to detach a pak from the global pakScripts directory into the current working directory. This will faciliate speed of development/debug of build scripts in larger projects.
Usage
$ pak detatch <name>
Implementation
removes pak <name> from the $PATH
copies pak <name> from /usr/local/bin to ./ (current directory)
The text was updated successfully, but these errors were encountered:
pak local detatchs
Adds way to
detach
a pak from the globalpakScripts
directory into the current working directory. This will faciliate speed of development/debug of build scripts in larger projects.Usage
Implementation
pak <name>
from the$PATH
pak <name>
from/usr/local/bin
to./ (current directory)
The text was updated successfully, but these errors were encountered: