ITADN
jgm/pandoc/Issues

Warn user they didn't give an argument

#11645Openjidanni 创建于 2026-05-12
enhancement
J
jidannicommented
Here we see it took the user several minutes before finally debugging the problem. ``` $ history 16:07:55 pandoc --print-default-data-file= translations/zh-Hant.yaml 16:08:05 pandoc --print-default-data-file= translation/zh-Hant.yaml 16:09:52 pandoc --print-default-data-file= translation/zh-TW.yaml 16:10:06 pandoc --print-default-data-file=translations/zh-Hant.yaml ``` This might be improved by having the command emit a usage message, > Usage: ...file=FILE instead of always just > Could not find data file
0 条评论