| 29 | Examples: |
| 30 | flutterdec info ./sample.apk --json |
| 31 | flutterdec decompile ./sample.apk -o ./out |
| 32 | flutterdec decompile ./sample.apk -o ./out --emit-asm --emit-ir |
| 33 | flutterdec diff --old ./old.apk --new ./new.apk -o ./out-diff --json |
| 34 | |
| 35 | Full reference: https://github.com/caverav/flutterdec/blob/main/docs/cli-reference.md")] |
| 36 | struct Cli { |
| 37 | #[command(subcommand)] |
| 38 | command: Command, |
nothing calls this directly
no outgoing calls
no test coverage detected