mirror of
https://github.com/nushell/nushell
synced 2024-12-24 12:03:18 +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",
|
||||
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 a new issue