chore: cargo fix

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-17 11:08:52 +02:00
parent 6c5fed87b1
commit 2f2fdb9631
3 changed files with 14 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ impl CuddleCli {
}
pub fn execute(self) -> anyhow::Result<Self> {
if let Some(mut cli) = self.command.clone() {
if let Some(cli) = self.command.clone() {
let matches = cli.clone().get_matches();
let res = match matches.subcommand() {