---
source: cli/tests/arguments.rs
expression: "parse(&[\"btrfs\", \"device\", \"remove\", \"/dev/sdb\", \"/mnt\"])"
---
Arguments {
global: GlobalOptions {
verbose: 0,
quiet: false,
dry_run: false,
log: None,
format: None,
},
command: Device(
DeviceCommand {
subcommand: Remove(
DeviceRemoveCommand {
enqueue: false,
args: [
"/dev/sdb",
"/mnt",
],
},
),
},
),
}