Go Canes wrote:
I have not upgraded to F41 but from what I have seen on the list, it seems to me that:
- dnf5 is implemented in python
- dnf5 is using "argparse" to parse command line options
- dnf5 is using "argparse subparsers" to implement the dnf5 commands
It is true that dnf5 parses arguments differently than dnf 4.x. But that's not anything to do with python as dnf5 is written in C++. That's not important to the outcome here, but it seems worth noting.