Skip to content

Commit

Permalink
docs(prune): add note about sync not always pruning all rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 11, 2023
1 parent a1c0d2f commit 59d5cef
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lua/rocks/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
--- command action
---------------------------------------------------------------------------------
---
--- install [rock] [version?] install {rock} with optional {version}.
--- prune [rock] uninstall {rock} and its stale dependencies,
--- install [rock] [version?] Install {rock} with optional {version}.
--- prune [rock] Uninstall {rock} and its stale dependencies,
--- and remove it from rocks.toml.
--- sync synchronize installed rocks with rocks.toml.
--- update search for updated rocks and install them.
--- edit edit the rocks.toml file.
--- sync Synchronize installed rocks with rocks.toml.
--- It may take more than one sync to prune all rocks that can be pruned.
--- update Search for updated rocks and install them.
--- edit Edit the rocks.toml file.
---
---@brief ]]
---
Expand Down

0 comments on commit 59d5cef

Please sign in to comment.