Replies: 1 comment 3 replies
-
|
nushell uses cp and mv at the api level, see how they are doing here: given https://github.com/nushell/nushell/blob/69d1c8e948f8a3e69bdaeefa0e44c4a41e4abf86/crates/nu-command/src/filesystem/ucp.rs#L242-L264 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use the library in my project, but I found that
Optionsdoes not implementDefault. For example,uu_cp::Optionsanduu_mv::Options. This makes it necessary to manually construct a large struct when using them. IfDefaultwere implemented, it would make manual interaction much more convenient.Beta Was this translation helpful? Give feedback.
All reactions