diff --git a/main.d b/main.d index 9d6accb..1d73f26 100644 --- a/main.d +++ b/main.d @@ -265,7 +265,7 @@ key = " ~ DEFAULT_APIKEY ~ " return 0; } -string extractOpt(GetOptException e) +string extractOpt(GetOptException e) @safe { return e.msg.matchFirst("-.")[0]; }