[][src]Macro gong::gong_longopt

macro_rules! gong_longopt {
    ( $name:expr, $data:expr ) => { ... };
    ( $name:expr ) => { ... };
}

Construct a LongOption

Takes:

  1. Option name
  2. Boolean indicating whether or not it takes a data arg (optional, defaults to false)