TwoArgCommand

public struct TwoArgCommand<A, B> : ExecutableCommand where A : CommandArgumentConvertible, B : CommandArgumentConvertible

Base command with two arguments