2 Console usage🔗ℹ

  • -C url or --catalog url set the current-pkg-catalogs catalog to be examined

  • -E package or --exclude package exclude package from being generated, treat reverse dependencies as though the package did not exist

  • -e package or --exclude package exclude package and all packages depending on it from being generated

  • -o package or --only-package package only create/show the specified package

  • -d directory or --directory directory set the directory for --create to a given directory

  • -A keywords or --architectures keywords architectures keywords (input as one string)

  • -p category or --package-category category set the category name to be used for generated packages

  • -x file-path or --excludes-file file-path path to a file with package names to exclude the excludes file should have the folowing syntax:
    ((hard "pkg_hard" ...) (soft "pkg_soft" ...))

  • -c or --create create ebuilds in a directory (default to the current directory), can be overwritten by --create-all-directory flag

  • -s or --show dump ebuilds to standard out, do not write to the disk

  • --verbose-auto-catalog show if automatically setting the Racket catalogs

  • --verbose-exclude show manually excluded packages

  • --verbose-filter show filtered packages

  • -v or --verbose increase verbosity (enable other verbosity switches)

  • -h or --help show help information with usage options