rami3l / pacaptr

Pacman-like syntax wrapper for many package managers.

Home Page:https://crates.io/crates/pacaptr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Incorrect behavior with `apt_sy` with args

rami3l opened this issue · comments

-Sy with keywords leads to calling apt update with keywords, which is invalid syntax.

Example:

> pacaptr -Sy gh
  Running `sudo -S apt update gh`
E: The update command takes no arguments
    Error Subprocess exited with code 100

Closed by 9556757.