1
0
Fork 0
mirror of synced 2024-06-16 05:41:09 -04:00
zimfw/src/stage2/50_zimfw_check_dumpfile.zsh.erb
Eric Nielsen 6a24459de9
Deprecate check-dumpfile action
The completion module alone will handle checking the dumpfile.
See https://github.com/zimfw/completion/pull/12
2023-02-25 19:03:37 -05:00

4 lines
145 B
Plaintext

_zimfw_check_dumpfile() {
_zimfw_print -u2 -PR '%F{yellow}<%= warn %>Deprecated action. This is now handled by the completion module alone.'
}