这是indexloc提供的服务,不要输入任何密码
Skip to content

Termux-elf-cleaner errors if arguments are passed in certain order #28

@Grimler91

Description

@Grimler91

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions