Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp: re-export uucore::{BackupMode, UpdateMode} #5211

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

tertsdiepraam
Copy link
Member

This allows other projects to construct values for these types which in turn allows them to construct Options and call copy.

This is implemented at the request of nushell.

Sidenote: we should set up tests for the API as well. This would've been caught if I had made a test trying to call the copy function.

This allows other projects to construct values for these types
which in turn allows them to construct Options.

This is implemented at the request of nushell
@fdncred
Copy link

fdncred commented Aug 27, 2023

Thanks @tertsdiepraam. We appreciate your help!

@cakebaker cakebaker merged commit e4ea64a into uutils:main Aug 28, 2023
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants