ctanify --version (return code: 0)
ctanify version 1.8.2
ctanify --help (return code: 0)
Usage:
ctanify [--pkgname=*string*] [--[no]auto] [--tdsonly=*filespec* ...]
[--[no]unixify] [--[no]skip] [--tdsdir=*dirname* ...]
[--tex=*macro_pkg*] [--[no]miscify] *filespec*[=*dirname*] ...
ctanify [--help]
ctanify [--version]
Options:
ctanify accepts the following command-line options:
-h, --help
Output basic usage information and exit.
-V, --version
Output ctanify's version number and exit.
-p *string*, --pkgname=*string*
Specify explicitly a package name. Normally, ctanify uses the base
name of the first .ins or .sty file listed as the package name. The
package name forms the base name of the tarball that ctanify
produces.
--noauto
Do not automatically add files to the tarball. Normally, ctanify
automatically includes all files mentioned in a .ins file.
-t *filespec*, --tdsonly=*filespec*
Specify a subset of the files named on the command line to include
only in the TDS ZIP file, not in the CTAN package directory.
Wildcards are allowed (quoted if necessary), and --tdsonly can be
used multiple times on the same command line.
At least one filename must be specified on the command line. ctanify
automatically places files in the TDS tree based on their extension, but
this can be overridden by specifying explicitly a target TDS directory
using the form *filespec*=*dirname*. Wildcards are allowed for the
filespec (quoted if necessary).