dotfiles_fish_server/functions/indent_python.fish
2026-07-16 05:09:18 +05:30

3 lines
115 B
Fish

function indent_python --description "Fix Python indentation"
python3 /opt/misc_scripts/fix_indent.py $argv
end