mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +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 std::path::{Path, PathBuf};
|
||||||
use Action::*;
|
use Action::*;
|
||||||
|
|
||||||
#[derive(Parser, Clone, Copy)]
|
#[derive(Debug, Parser, Clone, Copy)]
|
||||||
enum Action {
|
enum Action {
|
||||||
/// Register wasmer as binfmt interpreter
|
/// Register wasmer as binfmt interpreter
|
||||||
Register,
|
Register,
|
||||||
|
|||||||
Reference in New Issue
Block a user