kdeldycke/meta-package-manager

`apt` runs every command with argument `--yes`

Hasnep opened this issue · 2 comments

Currently running commands like mpm --apt installed or mpm --apt outdated error because they are using the argument --yes, which is not understood by apt.

mpm --apt installed
debug: Verbosity set to DEBUG.
debug: mpm, version 5.0.0
debug: apt CLI found at /usr/bin/apt
debug: ► /usr/bin/apt --version
debug:   apt 2.4.5 (amd64)
debug: Extracted version: '2.4.5'
debug: Parsed version: <TokenizedString 2.4.5 => (<Token:string='2',integer=2>, <Token:string='4',integer=4>, <Token:string='5',integer=5>)>
debug: apt is supported: True; found at: /usr/bin/apt; is executable: True; is fresh: True.
debug: ► /usr/bin/apt list --installed --yes --quiet
error:   E: Command line option --yes is not understood in combination with the other options

Using mpm --version 5.0.0

Oh yes, you're right. Just fixed this upstream. It will be released as mpm version 5.0.1 in a couple of minutes.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.