Make Anbox refuse incorrect arguments
> anbox session-manager --marmelade
Doesn't error out, or even show any warning. This is frustrating because you have no way to know if a flag you just passed is ignored or not.
> anbox session-manager --marmelade
Doesn't error out, or even show any warning. This is frustrating because you have no way to know if a flag you just passed is ignored or not.
added difficulty::easy + 1 deleted label
changed milestone to %Anbox
removed difficulty::easy label
I had a quick look, and it doesn't seem that easy. Argument parsing is done at two different places and you apparently can't just make it error out on either side if one argument is unknown, as the other may understand it.
By Antoine Fontaine on 2020-07-05T15:26:19
Anbox has been dropped from Alpine completely, so I'm closing this.
See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33087
By Newbyte on 2022-04-19T09:46:44
closed