public KeyCommand FromArgs(string[] args) { Options = new FindOptions(args); return(this); }
public KeyCommand FromArgs(string[] args) { Options = new FindOptions(args); return this; }