chore: Take the ownership in the CommandRunner trait
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -103,7 +103,7 @@ impl Cli {
|
||||
}
|
||||
|
||||
impl CommandRunner for Commands {
|
||||
async fn run(&self, options: CliOptions) -> N34Result<()> {
|
||||
async fn run(self, options: CliOptions) -> N34Result<()> {
|
||||
tracing::trace!("Options: {options:#?}");
|
||||
tracing::trace!("Handling: {self:#?}");
|
||||
match self {
|
||||
|
||||
Reference in New Issue
Block a user