Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main: switch command parsing to use clap
Partially revert 111225a and add the new dbus and pvpanic arguments. As we are switching back to clap observe the following changes. A few examples: 1. `-v -v -v` needs to be written as`-vvv` 2. `--disk D1 --disk D2` and others need to be written as `--disk D1 D2`. 3. `--option value` needs to be written as `--option=value.` Change integration tests to adapt to the breaking changes. Signed-off-by: Wei Liu <[email protected]> Signed-off-by: Ravi kumar Veeramally <[email protected]>
- Loading branch information