nixpkgs/pkgs/applications/editors/android-studio
Andrei Lapshin 0e3b22768d Android Studio: allow to pass shell arguments
Pass parameters to Android Studio shell script.
This way Android Studio can be used as git diff/merge tool.
For example
```
[difftool "androidstudio"]
        cmd = android-studio nosplash diff $LOCAL $REMOTE 2>/dev/null
        trustExitCode = true

[mergetool "androidstudio"]
        cmd = android-studio nosplash merge $LOCAL $REMOTE $BASE $MERGED 2>/dev/null
        trustExitCode = true
```

See https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html#arguments
2022-05-28 14:15:48 +03:00
..
common.nix Android Studio: allow to pass shell arguments 2022-05-28 14:15:48 +03:00
default.nix ndroidStudioPackages.canary: 2021.3.1.7 -> 2021.3.1.9 2022-05-10 18:07:57 +03:00