logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dpt-cd - change to package's working directory

Caveats

       Programs cannot change the working directory of the shell. In order to achieve this you should integrate
       dpt with your shell. See dpt-shell-lib(1) for instructions.

Configuration

dptcheckout requires the "DPT_PACKAGES" environment variable.

       See dpt-config(5) for details.

Description

dptcd puts you in the working copy for the packaging of a given package.

       It does not try to update the checkout, nor create it if it does not exist. Use dpt-checkout(1) for that.

       It is a shortcut for when you know that the given checkout is up to date or when you are offline.

Name

       dpt-cd - change to package's working directory

Synopsis

dptcdpackage-name

See Also