Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eopkg4-bin help output is truncated #50

Open
TraceyC77 opened this issue Apr 3, 2024 · 0 comments
Open

eopkg4-bin help output is truncated #50

TraceyC77 opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@TraceyC77
Copy link

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 help for given commands

Use "eopkg4-bin help <command>" for help 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 help for 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>" for help on a specific command.


Options:
  --version   show program's version number and exit
  -h, --help  show this help message and exit
@TraceyC77 TraceyC77 added the bug Something isn't working label Apr 3, 2024
@ermo ermo added this to the Py3 port milestone Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants