fandreuz / TUI-ConsoleLauncher

Linux CLI Launcher for Android
Other
1.24k stars 257 forks source link

Command chaining non-shell commands #295

Open headlessgargoyle opened 4 years ago

headlessgargoyle commented 4 years ago

For any t-ui commands (volume, location, wifi, etc) or aliases that use t-ui commands, chaining using the multiple_cmd_separator doesn't seem to work.

Example: volume -set 2 0 ; volume -set 3 0 Expected behavior: both commands are run Actual behavior: first command is run, second command fails with "volume: not found". Note that this applies to all subsequent t-ui commands as well.

20200102_230608

I'm using version 6.15 downloaded from google play.

Confirmed the issue also happens on 6.15 from fdroid.