Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--list for the multicall binary #6250

Closed
tertsdiepraam opened this issue Apr 18, 2024 Discussed in #6249 · 0 comments · Fixed by #6251
Closed

--list for the multicall binary #6250

tertsdiepraam opened this issue Apr 18, 2024 Discussed in #6249 · 0 comments · Fixed by #6251
Assignees

Comments

@tertsdiepraam
Copy link
Member

tertsdiepraam commented Apr 18, 2024

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
		)
	)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant