ConfigReplaceCmd

Undocumented in source.

Members

Functions

action
void action()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin BEGIN
Undocumented in source.
__anonymous
mixin ALIAS!("rpl")
Undocumented in source.
__anonymous
mixin DESC!("Replace the specified string with new string on a string")
Undocumented in source.
__anonymous
mixin DEF_ARG!("str", string, Desc_d!"the string that would be mutated")
Undocumented in source.
__anonymous
mixin DEF_OPT!("ptr", string, "-p <ptr>", Desc_d!"the pattern to search for", ToArg_d)
Undocumented in source.
__anonymous
mixin DEF_OPT!("rpl", string, "-r <replacent>", Desc_d!"the replacent string", ToArg_d)
Undocumented in source.
__anonymous
mixin DESC_OPT!(igc, "ignore the lower and upper cases")
Undocumented in source.
__anonymous
mixin DESC_OPT!(glb, "global search all the satisfied string")
Undocumented in source.
__anonymous
mixin DESC_OPT!(cmp, "show the comparision")
Undocumented in source.
__anonymous
mixin DESC_OPT!(mlt, "allow multipule line search")
Undocumented in source.
__anonymous
mixin END
Undocumented in source.

Variables

cmp
OptVal!(bool, "-c") cmp;
Undocumented in source.
glb
OptVal!(bool, "-g") glb;
Undocumented in source.
igc
OptVal!(bool, "-i") igc;
Undocumented in source.
mlt
OptVal!(bool, "-m") mlt;
Undocumented in source.

Meta