tageditor/cli
Martchus b7016f98a2 Add pedantic argument to allow returning a non-zero exit code in case of errors
This is especially useful to check whether a file is complete, e.g. one might
use `tageditor info --validate --pedantic --files …` to check whether the
specified files are ok. (If they were truncated there's be an error about it
and the command would return a non-zero exit code. Without pedantic this would
just return in a non-zero exit code if the file couldn't be parsed at all.)
2023-04-25 23:16:15 +02:00
..
attachmentinfo.cpp Adapt to changes in tagparser (without making actually use of the new API) 2021-02-04 23:22:43 +01:00
attachmentinfo.h Adapt to c++utilities v5 2019-05-04 16:05:20 +02:00
fieldmapping.cpp Apply clang-format 2022-05-26 21:40:55 +02:00
fieldmapping.h Support all known fields in renaming utility 2022-05-24 18:12:50 +02:00
helper.cpp Add pedantic argument to allow returning a non-zero exit code in case of errors 2023-04-25 23:16:15 +02:00
helper.h Add pedantic argument to allow returning a non-zero exit code in case of errors 2023-04-25 23:16:15 +02:00
json.cpp Support many more fields 2022-04-06 01:15:21 +02:00
json.h Adapt to changes in tagparser 2021-01-30 21:57:09 +01:00
mainfeatures.cpp Add pedantic argument to allow returning a non-zero exit code in case of errors 2023-04-25 23:16:15 +02:00
mainfeatures.h Add pedantic argument to allow returning a non-zero exit code in case of errors 2023-04-25 23:16:15 +02:00