Files
pay-respects/rules/mv.toml
2025-04-05 02:44:45 +02:00

14 lines
163 B
TOML

command = "mv"
[[match_err]]
pattern = [
"no such file or directory",
"not a directory"
]
suggest = [
'''
mkdir --parents {{command[-1]}} &&
{{command}} '''
]