Fix issue in Binfmt::debug

This commit is contained in:
Felix Schütt
2022-10-09 23:59:19 +02:00
parent df047b08a4
commit 6eade9bdd0

View File

@@ -8,7 +8,7 @@ use std::os::unix::fs::MetadataExt;
use std::path::{Path, PathBuf};
use Action::*;
#[derive(Parser, Clone, Copy)]
#[derive(Debug, Parser, Clone, Copy)]
enum Action {
/// Register wasmer as binfmt interpreter
Register,