We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb7a09 commit 583ee15Copy full SHA for 583ee15
justfile
@@ -113,4 +113,7 @@ install: release-local
113
cp ./apps/expert/burrito_out/expert_{{ local_target }} ~/.local/bin/expert
114
chmod +x ~/.local/bin/expert
115
116
+clean-engine:
117
+ elixir -e ':filename.basedir(:user_data, "Expert") |> File.rm_rf!() |> IO.inspect()'
118
+
119
default: release-local
0 commit comments