0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/cli/resource-mover-cli
2024-06-07 14:34:21 +02:00
..
src/main/kotlin/net/thunderbird/cli/resource/mover Add String resource mover cli script 2024-06-07 14:34:21 +02:00
build.gradle.kts Add String resource mover cli script 2024-06-07 14:34:21 +02:00
README.md Add String resource mover cli script 2024-06-07 14:34:21 +02:00

Resource Mover CLI

This is a command line interface that will move resources from one module to another.

Usage

You can run the script with the following command:

./scripts/resource-mover --from <source-module-path> --to <target-module-path> --keys <keys-to-move>

The source-module-path should be the path to the module that contains the resources you want to move.

The target-module-path should be the path to the module where you want to move the resources.

The keys-to-move should be the keys of the resources you want to move. You can pass multiple keys separated by a comma.