usage:  pacman {-S --sync} [options] [package(s)]
options:
  -b, --dbpath <path>  set an alternate database location
  -c, --clean          remove old packages from cache directory (-cc for all)
  -d, --nodeps         skip dependency version checks (-dd to skip all checks)
  -f, --force          force install, overwrite conflicting files
  -g, --groups         view all members of a package group
  -i, --info           view package information
  -l, --list <repo>    view a list of packages in a repo
  -p, --print          print the targets instead of performing the operation
  -q, --quiet          show less information for query and search
  -r, --root <path>    set an alternate installation root
  -s, --search <regex> search remote repositories for matching strings
  -u, --sysupgrade     upgrade installed packages (-uu allows downgrade)
  -v, --verbose        be verbose
  -w, --downloadonly   download packages but do not install/upgrade anything
  -y, --refresh        download fresh package databases from the server
      --arch <arch>    set an alternate architecture
      --asdeps         install packages as non-explicitly installed
      --asexplicit     install packages as explicitly installed
      --cachedir <dir> set an alternate package cache location
      --config <path>  set an alternate configuration file
      --dbonly         only modify database entries, not package files
      --debug          display debug messages
      --gpgdir <path>  set an alternate home directory for GnuPG
      --ignore <pkg>   ignore a package upgrade (can be used more than once)
      --ignoregroup <grp>
                       ignore a group upgrade (can be used more than once)
      --logfile <path> set an alternate log file
      --needed         do not reinstall up to date packages
      --noconfirm      do not ask for any confirmation
      --noprogressbar  do not show a progress bar when downloading files
      --noscriptlet    do not execute the install scriptlet if one exists
      --print-format <string>
                       specify how the targets should be printed
usage: pkgbuilder [-h] [-V] [-c] [-C] [--debug] [-d] [-D] [-v] [-w]
                  [-P PROTOCOL] [-S] [-y] [-i] [-s] [-u]
                  [PACKAGE [PACKAGE ...]]

An AUR helper (and library) in Python 3.

positional arguments:
  PACKAGE               packages to build

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         show version number and quit

options:
  -c, --clean           clean up work files after build
  -C, --nocolors        don't use colors in output
  --debug               display debug messages
  -d, --nodepcheck      don't check dependencies (may break makepkg)
  -D, --vcsupgrade      upgrade all the VCS/date-versioned packages
  -v, --novalidation    don't check if packages were installed after build
  -w, --buildonly       don't install packages after building
  -P PROTOCOL, --protocol PROTOCOL
                        choose protocol (default: http)
  -S, --sync            pacman-like mode
  -y, --refresh         (dummy)

operations:
  -i, --info            view package information
  -s, --search          search the AUR for matching strings
  -u, --sysupgrade      upgrade installed AUR packages
