pay-respects/rules/mv.toml
2024-11-16 00:59:33 +01:00

12 lines
145 B
TOML

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