dotfiles/.config/helix/scripts/format_just.fish

6 lines
91 B
Fish
Executable file

#!/usr/bin/env fish
set -l temp (mktemp)
cat >$temp
just --justfile $temp --dump
rm $temp