C# Class Deveel.Configuration.OptionExtensions

Show file Open project: deveel/deveel-cli

Public Methods

Method Description
HasArgument ( this option ) : bool
HasArgumentName ( this option ) : bool
HasLongName ( this option ) : bool
HasMultipleArguments ( this option ) : bool
HasOptionalArguments ( this option ) : bool
HasValueSeparator ( this option ) : bool

Private Methods

Method Description
Key ( this option ) : string

Method Details

HasArgument() public static method

public static HasArgument ( this option ) : bool
option this
return bool

HasArgumentName() public static method

public static HasArgumentName ( this option ) : bool
option this
return bool

HasLongName() public static method

public static HasLongName ( this option ) : bool
option this
return bool

HasMultipleArguments() public static method

public static HasMultipleArguments ( this option ) : bool
option this
return bool

HasOptionalArguments() public static method

public static HasOptionalArguments ( this option ) : bool
option this
return bool

HasValueSeparator() public static method

public static HasValueSeparator ( this option ) : bool
option this
return bool