#[deriving(Decodable, Show)] struct Args { arg_target: Option<String>, arg_task: Option<Task>, flag_help: bool, flag_version: bool, } ...
確定! 回上一頁