diff --git a/src/gm_options.erl b/src/gm_options.erl index eac8c86..58e98a6 100644 --- a/src/gm_options.erl +++ b/src/gm_options.erl @@ -9,6 +9,9 @@ %% Options ordered alphabetically %% ===================================================== +% For all other unsupported custom opts +opt({custom, Opt}) -> {Opt}; + opt('+adjoin') -> {"+adjoin"}; opt(adjoin) -> {"-adjoin"}; opt({background, Color}) ->