mirror of
https://github.com/nushell/nushell
synced 2024-12-25 12:33:17 +00:00
wip on examples
This commit is contained in:
parent
0c812bfbbf
commit
4d5ef57af7
1 changed files with 15 additions and 0 deletions
|
@ -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 a new issue