Clone a GClass under a new name, rewriting filenames and the lower / Capitalized / UPPER identifier variants.
Usage¶
yclone-gclass <OLD_GCLASS> <NEW_GCLASS>yclone-gclass postgres authenticate # c_postgres.{c,h} -> c_authenticate.{c,h}Give the names without the c_ prefix or .c/.h extension; both names
are required. No options beyond argp’s built-in --help / --version.
See also¶
yclone-project— clone a whole project.