expected-arguments ( option -- * ) - Factor Documentation

expected-arguments ( option -- * )


Vocabulary
command-line .parser .private

Definition
IN: command-line.parser.private

ERROR: expected-arguments < option-error option ;


Methods
USING: accessors command-line.parser.private debugger io ;

M: expected-arguments error.
"Expected more arguments for option '" write
option>> option-name write "'" print ;

AltStyle によって変換されたページ (->オリジナル) /