jaster.cli.infogen.actions

Contains the action functions for arguments.

Members

Static functions

actionCount
Result!void actionCount(string value, CommandT commandInstance)

Increments the argument's value either by 1, or by the length of value if it is not null.

actionValueBind
Result!void actionValueBind(string value, CommandT commandInstance)

Sets the argument's value via ArgBinder.

dummyAction
Result!void dummyAction(string value, CommandT commandInstance)

Fails an assert if used.

Meta