diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2024-01-05 19:23:52 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-01-07 02:38:42 +0100 |
commit | d0dc0e1a32d6ed9b166eca777f7fb7071c4c2df1 (patch) | |
tree | 02f06b909f89166532bbfac91a545b31bd219048 /README.md | |
parent | 0e538cf4983f27548077c0a2a272ecd8deebacb1 (diff) | |
download | devtools-d0dc0e1a32d6ed9b166eca777f7fb7071c4c2df1.tar.xz |
feat(search): add optional plain output formatting
This allows to run the search command without bats, which is not used in
the default pretty output format.
Component: pkgctl search
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -67,7 +67,6 @@ Component: pkgctl db remove - arch-install-scripts - awk - bash -- bats - binutils - coreutils - diffutils @@ -87,6 +86,10 @@ Component: pkgctl db remove - mercurial - subversion +### Optional Dependencies + +- bats (pretty printing) + ### Development Dependencies - asciidoc |