Skip to content

Commit 01931ad

Browse files
committed
chore(justfile): Add uninstall recipe
1 parent 4d88ce4 commit 01931ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ install_scripts:
7272
cp -r ${script} {{scripts_dir}}
7373
done
7474

75+
# Uninstalls everything (requires same arguments as given to install)
76+
uninstall:
77+
rm {{bin_path}} {{launcher_dir}}
78+
7579
# Vendor Cargo dependencies locally
7680
vendor:
7781
mkdir -p .cargo

0 commit comments

Comments
 (0)