chore(justfile): Add uninstall recipe
This commit is contained in:
parent
4d88ce451e
commit
01931adb6e
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
|
@ -72,6 +72,10 @@ install_scripts:
|
||||||
cp -r ${script} {{scripts_dir}}
|
cp -r ${script} {{scripts_dir}}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Uninstalls everything (requires same arguments as given to install)
|
||||||
|
uninstall:
|
||||||
|
rm {{bin_path}} {{launcher_dir}}
|
||||||
|
|
||||||
# Vendor Cargo dependencies locally
|
# Vendor Cargo dependencies locally
|
||||||
vendor:
|
vendor:
|
||||||
mkdir -p .cargo
|
mkdir -p .cargo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue