Add missing fallback case

This commit is contained in:
Jonathan Turner
2019-12-07 19:24:58 +13:00
parent d0a2888e88
commit d07dc57537
2 changed files with 2 additions and 30 deletions

View File

@ -89,6 +89,8 @@ pub(crate) async fn run_internal_command(
_ => {}
}
}
} else {
yield Ok(tagged_contents)
}
}
CommandAction::EnterHelpShell(value) => {