Adding a destination to extract? #45
Replies: 2 comments
-
|
Looking at some other file archivers, FWIW, built-in commands like |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/fadden/CiderPress2/releases/tag/v1.0.7-dev3 adds an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing some automation with the
cp2cli but I'm either missing it in the docs or it doesn't exist - the ability to set a destination location for theextractcommand, eg:Source
/foo/bar/some.imgDestination
/fizz/buzz/contentsIf I do
Ideally I could pass in a path for the destination of the extract, eg:
cp2 extract --preserve=adf --recurse /foo/bar/some.img /fizz/buzz/contentsEasy enough to work around, though it'd be a nice feature to possibly add.
Beta Was this translation helpful? Give feedback.
All reactions