<div dir="ltr">$ ls -l --help<br>ls: Unknown option 'help' (see "ls --help")<br><br><div>I tend to add `--help` to the end of a command line that I'm constructing, so I was surprised by toybox's requirement that `--help` be first. Maybe toybox should be more accommodating?<br><br>Maybe it'd matter more with an alias, e.g.:<br><br>$ alias ls='ls --color=auto'                                                                                                                    <br>$ ls --help<br>ls: Unknown option 'help' (see "ls --help")<br><br></div></div>