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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: