commander icon indicating copy to clipboard operation
commander copied to clipboard

Set of reactive functions for cli tools like Swarmer and Composer.

Results 9 commander issues
Sort by recently updated
recently updated
newest added

Not everything is the latest version, but its a step into that direction. Helps with https://github.com/gojuno/composer/issues/160

Sorry for the PR bomb, just trying to get some tickets going on the composer repo since they are now bubbling up to the gradle plugin repo as development seems...

Just makes it a little more resilient, in the sense that if you built the APK from the IDE and haven't set testOnly="false" in the manifest, this will still successfully...

Fixes https://github.com/gojuno/commander/issues/25

Google has changed `ANDROID_HOME` to `ANDROID_SDK_ROOT` https://developer.android.com/studio/command-line/variables#envar and at least brew users are encouraged to set the former. https://github.com/Homebrew/homebrew-cask/blob/ff2606786cd5e4249fd7b53d1a388f016b9fcb42/Casks/android-sdk.rb#L38 Currently, `ANDROID_HOME` is forced by commander. https://github.com/gojuno/commander/blob/05d1714151ae98169fcfd300bf55ffc2f93171d0/android/src/main/kotlin/com/gojuno/commander/android/Adb.kt#L14

I would like to ask this question because we found strange things with this part of commander. `script` have a different behaviour depends on version. For example, `script` from `unix-utils...

Nothing more to add really: Windows is not supported today. I'd like it to be. I can contribute if it's of interest.

help wanted

On my ARM machine I have adb installed through a system package. (https://packages.ubuntu.com/trusty/devel/android-tools-adb) Commander is unable to locate the adb executable. Adb on this machine is accessible through its path,...

Tailer from Apache Commons IO has a bug https://issues.apache.org/jira/browse/IO-279 which causes file to be read again which breaks logic in Composer https://github.com/gojuno/composer/issues/15 in certain cases.

enhancement