Right now there's a bit of an unclean distinction between what is "setup" (ran with rollop setup) and dependencies installed when the command runs.
We should make it so that every command always checks and installs its dependencies.
We would also add a --setup-only flag that only sets up the dependencies for the supplied command, so that the command can be run faster at a later time.
Right now there's a bit of an unclean distinction between what is "setup" (ran with
rollop setup) and dependencies installed when the command runs.We should make it so that every command always checks and installs its dependencies.
We would also add a
--setup-onlyflag that only sets up the dependencies for the supplied command, so that the command can be run faster at a later time.