mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 21:28:21 +00:00
Fix issue in Binfmt::debug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user