ArgumentSyntax.command

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void command(string command, string helpText, TFun builder)
    class ArgumentSyntax
    void
    command
    (
    TFun
    )
    (
    string command
    ,
    string helpText
    ,
    TFun builder
    )
    if (
    hasSignature!(builder, void, ArgumentSyntax)
    )
  2. void command(string command, TCallback callback, string helpText, TFun builder)

Meta