SIGN IN SIGN UP

Error out when a flag that expects a value is given without one

Flags like --logo, --speed, --frames, --shading-chars, --shading-mode,
--height, --size, and --depth were only matched when an argument
followed, so calling them with no value silently fell through to the
unknown-option branch with a confusing message. Check for the flag
name first and report a clear "requires an argument" error instead.
Y
Youssef Tarek committed
fad93c87869e1741b561d74b1564871285128280
Parent: 682900a