diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-22 19:53:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-22 19:53:37 +0300 |
commit | 1d12cafe86c5bb9806b043513b84292205131e83 (patch) | |
tree | f9a13f8babd6539c6d820044730288f0e8b0721e /tests | |
parent | bugs: fix restriction passing to find_best_match (diff) | |
download | pkgdev-1d12cafe86c5bb9806b043513b84292205131e83.tar.gz pkgdev-1d12cafe86c5bb9806b043513b84292205131e83.tar.bz2 pkgdev-1d12cafe86c5bb9806b043513b84292205131e83.zip |
bugs: support piping package list from stdin
When calling the tool without packages (for example just `pkgdev bugs`),
and you pipe (from a file or another command) a list of packages, it
will read the package list and use it.
The input file can have empty lines, and comments. Everything after the
first # is considered a comment. Whitespaces are stripped.
Resolves: https://github.com/pkgcore/pkgdev/issues/136
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions