Replies: 1 comment 5 replies
-
Running Could you point out where the documentation is unclear? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Current Behavior
The documentation is not absolutely clear if
scoop update *
will be enough to keep all my apps (including scoop) up to date, or if I regularly have to runscoop update
too.Expected Behavior
I would like for
scoop update *
to be everything I need to run regularly. Or if this is not enough maybe an argument which will execute the additional steps ofscoop update
beforeupdate *
if needed.Additional context/output
I've read in multiple discussions people being unsure if
scoop update *
is enough. So the documentation should be absolutely clear if/whenscoop update
is additionally needed.Possible Solution
Best solution
scoop update *
is enough and amend the documentation to clearly state this.If there is a reason this should not be the default, maybe provide an argument like
scoop update * --update-scoop
so we have a single command.If this is also not possible at least amend the documentation with a clear warning about
update *
not updating scoop andscoop update
always being needed additionally.Beta Was this translation helpful? Give feedback.
All reactions