mirror of
https://github.com/nushell/nushell.git
synced 2025-05-09 20:44:29 +02: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",
|
example: "cp -u a b",
|
||||||
result: None,
|
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 {
|
Example {
|
||||||
description: "Copy file preserving mode and timestamps attributes",
|
description: "Copy file preserving mode and timestamps attributes",
|
||||||
example: "cp --preserve [ mode timestamps ] a b",
|
example: "cp --preserve [ mode timestamps ] a b",
|
||||||
|
Loading…
Reference in New Issue
Block a user