On 13.05.2025 16:28, Kevin Lampis wrote: > On Tue, May 13, 2025 at 12:09 PM Jan Beulich <jbeul...@suse.com> wrote: >> I would like this to at least be considered. >> I don't like that custom command line parsing very much. > > I understand. Parsing code can be risky. > > In this case I think the code is small and simple though. > > My concern with asking the user to always put the `lockdown` argument first is > that it opens things up to user error. I am not aware of any other project > that does this.
Well, it's easily possible to catch that error without any extra parsing. Jan