supibot-package-manager icon indicating copy to clipboard operation
supibot-package-manager copied to clipboard

A way to safely receive arguments inside of an alias without breaking pipes

Open 33KK opened this issue 3 years ago • 0 comments

Example:

$alias create test pipe abb say ${0+}
$$test fdm | translate
	-> 👥 English → English: fdm

Expected:

$$test fdm | translate
	-> At least two commands must be piped together!

33KK avatar Sep 11 '22 18:09 33KK