Let --remove-macros
accept a space-delimited list and/or update documentation
#255
Labels
enhancement
New feature or request
Thank you so much for this wonderful tool. I have a small suggestion as a new user.
Suppose there are three macros I would like TeXtidote to ignore:
mymacro0
,mymacro1
andmymacro2
.Because the
--remove-macros
option refers to macros in the plural, I would expect it to be used as follows:However, this does not work and instead I must invoke textidote with:
I suggest modifying command line parsing so that
--remove-macros
accepts a list of macros as in the first snippet above. Note that if the list is of length one we recover the current behavior, so this is not a breaking change. An easier fix would be to rename the option to--remove-macro
, although I think this is less desirable from a usability standpoint.The text was updated successfully, but these errors were encountered: