Aliases (cp, ls, etc) can only accept a single option
Closed this issue · 0 comments
dantleech commented
e.g.
PHPCRSH> ls --children
Is fine but:
PHPCRSH> ls --children -L4
Will not use the -L
option.
Closed this issue · 0 comments
e.g.
PHPCRSH> ls --children
Is fine but:
PHPCRSH> ls --children -L4
Will not use the -L
option.