You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Order shouldn't matter so we have to change how we parse the args. argmatch function that we currently use was taken from emacs, and emacs solves this by sorting argv before parsing. We could go down that route, or change to some other arg parsing system.
The text was updated successfully, but these errors were encountered:
Termux-elf-cleaner currently errors if order of passed argument is not the same as it parses them, https://github.com/termux/termux-elf-cleaner/actions/runs/7226804413 failed with:
open("--quiet"): No such file or directory
for example.Order shouldn't matter so we have to change how we parse the args. argmatch function that we currently use was taken from emacs, and emacs solves this by sorting argv before parsing. We could go down that route, or change to some other arg parsing system.
The text was updated successfully, but these errors were encountered: