isShortOption

Returns true if the given argument is a short option. That is, if it starts with a '-'.

pure nothrow
bool
isShortOption
(
string arg
)

Meta