We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8709e47 commit 3166e28Copy full SHA for 3166e28
script/texdoclib-cli.tlu
@@ -117,7 +117,7 @@ local function parse_options()
117
else
118
return true, option['long'], cl_config
119
end
120
- elseif option~=nil and option['group'] then
+ elseif option ~= nil and option['group'] then
121
if option['type'] == 'boolean' then
122
option['action'](cl_config, curr_arg)
123
elseif option['type'] == 'string' then
0 commit comments