You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of eopkg4-bin --help is missing options, it seems the list is truncated after "help"
eopkg4-bin
❯ eo4 --help
Usage: eopkg4-bin [options] <command> [arguments]
where <command> is one of:
add-repo (ar) - Add a repository
autoremove (rmf) - Remove eopkg packages
blame (bl) - Information about the package owner and release
build (bi) - Build eopkg packages
check - Verify installation
clean - Clean stale locks
configure-pending (cp) - Configure pending packages
delete-cache (dc) - Delete cache files
delta (dt) - Creates delta packages
disable-repo (dr) - Disable repository
enable-repo (er) - Enable repository
fetch (fc) - Fetch a package
help (?) - Prints helpfor given commands
Use "eopkg4-bin help <command>"forhelp on a specific command.
Options:
--version show program's version number and exit -h, --help show this help message and exit
eopkg
❯ eopkg --help
Usage: eopkg [options] <command> [arguments]
where <command> is one of:
add-repo (ar) - Add a repository
autoremove (rmf) - Remove eopkg packages
blame (bl) - Information about the package owner and release
build (bi) - Build eopkg packages
check - Verify installation
clean - Clean stale locks
configure-pending (cp) - Configure pending packages
delete-cache (dc) - Delete cache files
delta (dt) - Creates delta packages
disable-repo (dr) - Disable repository
enable-repo (er) - Enable repository
fetch (fc) - Fetch a package
help (?) - Prints helpfor given commands
history (hs) - History of pisi operations
index (ix) - Index eopkg files in a given directory
info - Display package information
install (it) - Install eopkg packages
list-available (la) - List available packages in the repositories
list-components (lc) - List available components
list-installed (li) - Print the list of all installed packages
list-newest (ln) - List newest packages in the repositories
list-pending (lp) - List pending packages
list-repo (lr) - List repositories
list-upgrades (lu) - List packages to be upgraded
rebuild-db (rdb) - Rebuild Databases
remove (rm) - Remove eopkg packages
remove-orphans (rmo) - Remove orphaned packages
remove-repo (rr) - Remove repositories
search (sr) - Search packages
search-file (sf) - Search for a file
update-repo (ur) - Update repository databases
upgrade (up) - Upgrade eopkg packages
Use "eopkg help <command>"forhelp on a specific command.
Options:
--version show program's version number and exit -h, --help show this help message and exit
The text was updated successfully, but these errors were encountered:
The output of
eopkg4-bin --help
is missing options, it seems the list is truncated after "help"eopkg4-bin
eopkg
The text was updated successfully, but these errors were encountered: