help="Primary build command",
arguments=[
Option("all", ["--all"], help="Build all packages"),
- Option("withdeps", ["--with-deps"], help="Build all dependencies first if needed"),
- Option("onlydeps", ["--only-deps"], help="Build only dependencies that belong to a package"),
- Option("shell", ["-s", "--shell"], help="Change into a chroot environment"),
Option("ignore_dependency_errors", ["-i", "--ignore-dependency-errors"],
help="Ignore dependency errors."),
- List("packages", help="Give a list of packages to build or say 'all'"),
+ List("packages", help="Give a list of packages to build."),
]),
# Package
Option("machine", ["--machine"], help="Output in machine parseable format"),
List("packages"),
]),
- Parser("tree", help="Show package tree"),
Parser("list",
help="Show package list",
arguments=[