pub fn local_handler<F>(f: F) -> CommandHandlerwhere F: Fn(&str) -> AppResult<CommandOutput> + Send + Sync + 'static,