mttkay / replicant

A REPL for the Android Debug Bridge (ADB)
MIT License
123 stars 9 forks source link

Added clear command #11

Closed mrmike closed 10 years ago

mrmike commented 10 years ago

Added clear comment for clearing app data like cache, databases and shared preferences. To use clear command rooted device or emulator is required.

mttkay commented 10 years ago

Love the idea. One thing I might change: it looks like you're relying on default_package to be set, but it might be nil. We should probably catch that case and expect a package argument instead?

mrmike commented 10 years ago

Sure, I will change that.

mrmike commented 10 years ago

Hi Matthias,

I've added argument handling for clear command.

mttkay commented 10 years ago

Thanks!