Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760126 - sys-apps/portage: CLI parser does not handle shorthand '--job' correctly
Summary: sys-apps/portage: CLI parser does not handle shorthand '--job' correctly
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-16 08:25 UTC by Michał Górny
Modified: 2020-12-16 08:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-12-16 08:25:13 UTC
'--jobs' and abbreviations such as '--job' should work the same.  However, they do not:

$ emerge --jobs foo
(works)

$ emerge --job foo
[...]
emerge: error: Invalid --jobs parameter: 'foo'

$ emerge foo --jobs
(works)

$ emerge foo --job
[...]
emerge: error: argument --jobs/-j: expected one argument