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

Move destructive mvol options into a new command. #11

Closed
johnjung opened this issue Jul 10, 2019 · 0 comments
Closed

Move destructive mvol options into a new command. #11

johnjung opened this issue Jul 10, 2019 · 0 comments
Assignees

Comments

@johnjung
Copy link
Owner

johnjung commented Jul 10, 2019

Several options on the mvol command are destructive- they make changes to the files in OwnCloud:

  • mvol put_dc_xml
  • mvol regularize_mets
  • mvol regularize_pdf
  • mvol regularize_struct
  • mvol regularize_txt
  • mvol rename_altos
  • mvol rename_jpegs
  • mvol rename_tiffs

In order to make it clear to the user that these options change files on disk, move them into a new command called "mvol_fix".

This command should use docopt for argument parsing, just like mvol, and it should include the destructive options listed above. Those options should be removed from the mvol command.

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

No branches or pull requests

2 participants