L7RWDRWIXOFXUG6UBHF266UCQXZQORJKCDWZEBDRIIIFSD3RIR4AC
GFBTP7TIMBHKB34LL3HGQI32UQKPEI4Y2XUZ7RZUCXXSD3UABLCAC
UUNCAERSPFG56ZNDLR2AREKFB4EQDRKXNY2B43DXHDHJ5Y4GHCTQC
7CIFOEDQD725EPSFBZFFF3H6VJQTZELLSSVKAB35S2HYYNNYK2XAC
/// Path to the kustomization file or directory path: RelativePathBuf,
/// Path to the kustomization file or directory
path: RelativePathBuf,
/// Path(s) to the kustomization file or directory path: Vec<RelativePathBuf>,
/// Path(s) to the kustomization file or directory
path: Vec<RelativePathBuf>,
run(&root, args.path, &mut result);
for p in args.path.iter() { run(&root, p.clone(), &mut result); }
for p in args.path.iter() {
run(&root, p.clone(), &mut result);
}
version = "0.3.0"
version = "0.4.0"