mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
wip on examples
This commit is contained in:
parent
0c812bfbbf
commit
4d5ef57af7
@ -90,6 +90,21 @@ impl Command for UCp {
|
||||
example: "cp -u a b",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "",
|
||||
example: "cp -s a b",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "",
|
||||
example: "cp -l a b",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "",
|
||||
example: "cp -r -l a b",
|
||||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "Copy file preserving mode and timestamps attributes",
|
||||
example: "cp --preserve [ mode timestamps ] a b",
|
||||
|
Loading…
Reference in New Issue
Block a user