Closed danieleades closed 2 years ago
this is a reimplementation of #150 (turned out to be easier to just do it again)
the derive-based declarative clap API is
this refactor also allowed me to eliminate the psuedo-inheritance of the the cli::Client
cli::Client
this refactor also highlighted a couple of bugs in the original cli, which are harder to spot with clap's fluent API-
reboot
I've not addressed either of these issues in this PR
this is a reimplementation of #150 (turned out to be easier to just do it again)
the derive-based declarative clap API is
this refactor also allowed me to eliminate the psuedo-inheritance of the the
cli::Client
this refactor also highlighted a couple of bugs in the original cli, which are harder to spot with clap's fluent API-
reboot
flag in the "recovery default-boot" command is unusedI've not addressed either of these issues in this PR