now: `cmd | rargs rm {}` I want not to have to specify: {} i want to do: `cmd | rargs rm` without {} you can check if 1 argument then you can omit: {}
now:
cmd | rargs rm {}I want not to have to specify: {}
i want to do:
cmd | rargs rmwithout {}
you can check if 1 argument then you can omit: {}