mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 09:53:13 +02:00
wip on examples
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user