AutoYADM commit: 2025-04-06 19:30:07

This commit is contained in:
Daniel Fichtinger 2025-04-06 19:30:08 -04:00
parent b7cfa294f8
commit 84d9887a36
5 changed files with 39 additions and 7 deletions

View file

@ -0,0 +1,6 @@
function justfmt --description "STDIO Justfile formatter"
set -l temp (mktemp)
cat >$temp
just --justfile $temp --dump
rm $temp
end