aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/delete.go
Commit message (Collapse)AuthorAgeFilesLines
* patch/delete: add delete sub-cmdKoni Marti2023-12-301-0/+54
Implement the :patch delete command. Remove the project data from the permanent store. If no argument is provided, the current project will be deleted. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>