`Pkg.dev()` and `Pkg.free()`

Seems like dev and free only exist in interactive Pkg mode – plans to add to the regular julia Pkg module? Or am I missing something?

Pkg.free exists, and Pkg.develop exists, dev is just an alias for develop in the REPL-mode.

1 Like

ah, ok. Thanks!