Feature description
I type in terminal:
java -jar morphe-cli-1.8.0-dev.9-all.jar patch
It shows all the commands, but I still don’t understand the explanations for some of them.
-o, --out=<outputFilePath>
Path to save the patched APK file to. Defaults to the same path as the supplied APK file.
-r, --result-file=<patchingResultOutputFilePath>
Path to save the patching result file to
As far as I understand, the result file is the patched app output, is that correct, or am I misunderstanding?
Motivation
Make each command explanation clearer for beginners like me. It would also make the CLI easier to use if all explanations were written correctly.
Acknowledgements
Feature description
I type in terminal:
java -jar morphe-cli-1.8.0-dev.9-all.jar patchIt shows all the commands, but I still don’t understand the explanations for some of them.
As far as I understand, the result file is the patched app output, is that correct, or am I misunderstanding?
Motivation
Make each command explanation clearer for beginners like me. It would also make the CLI easier to use if all explanations were written correctly.
Acknowledgements