mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:17:57 +02:00
Move to a standard kebab/snake style (#4509)
This commit is contained in:
@ -90,7 +90,7 @@ impl Command for Du {
|
||||
max_depth: call
|
||||
.get_flag::<i64>(engine_state, stack, "max-depth")?
|
||||
.map(|n| (n as u64).try_into().expect("error converting i64 to u64")),
|
||||
min_size: call.get_flag(engine_state, stack, "min_size")?,
|
||||
min_size: call.get_flag(engine_state, stack, "min-size")?,
|
||||
};
|
||||
|
||||
let exclude = args.exclude.map_or(Ok(None), move |x| {
|
||||
|
Reference in New Issue
Block a user