After encountering first unknown argument start treating the remaining arguments as command to be run.

This allows to not add quotes for the command that needs to be run.
This commit is contained in:
Konstantin Pereiaslov
2023-05-28 02:30:53 -05:00
parent 9b34d7392b
commit e3e90723b1
3 changed files with 51 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
Here are the planned changes:
* Add support of passing the command without quotes, like `watch`.
* Add support for --version|-V argument.
* AUR package.
* Look more into Wayland support.