Skip to content

--list for the multicall binary #6250

@tertsdiepraam

Description

@tertsdiepraam

Discussed in #6249

Originally posted by eadmaster April 18, 2024
busybox has a--list switch to get the list of all supported commands, can the same be added to coreutils?

on windows i use it like this:

	FOR /F %%C IN ('call "%~dp0busybox.bat" --list') DO (
		IF [%TOOL%]==[%%C] (
			call "%~dp0busybox.bat" %*
			goto :eof
		)
	)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions