oSumAtrIX
oSumAtrIX
A --resign option along the install subcommand can be added.
ReVanced CLI has nothing to do with YT, mmicrog, the patcher or removing unused files
The warning is shown once, you can try and see.
https://github.com/CoolnsX/revanced-build/blob/03c5e7d53fd6cfb0ebe85b15f458404e9af62ccb/revanced#L41 Refer to https://github.com/ReVanced/revanced-cli/issues/307#issuecomment-1860103114
Downloading apps is no business logic ReVanced CLI is involving. The scripts are supposed to simply run common commands form ReVanced CLI and not extend it with additional features.
I reopened to track this feature for ReVanced CLI
I am already assigned to the issue. I won't waste time on writing down what I know I need to do already. Docs are present in docs/
That doesn't matter, I work on other more important things. If you want it quicker you'll have to familiarize yourself with the designs and concepts and implement it yourself.
No, but I'm not sure how you'd incorporate them into the classes
`revanced-patcher` is only responsible for patching, not handling high-level abstractions like serialization of patches. An intermediate library between both is https://github.com/ReVanced/revanced-library, but I don't know how you imagine it would...