Compare commits

...

1 Commits
sony ... cpio

Author SHA1 Message Date
LoveSy
92f110385a Fix magiskboot cpio ls -r 2026-01-21 15:06:29 +08:00

View File

@@ -137,10 +137,10 @@ struct Add {
#[derive(FromArgs)]
#[argh(subcommand, name = "ls")]
struct List {
#[argh(positional, default = r#"String::from("/")"#)]
path: String,
#[argh(switch, short = 'r')]
recursive: bool,
#[argh(positional, default = r#"String::from("/")"#)]
path: String,
}
pub(crate) fn print_cpio_usage() {