On v1.13.0, calls with _fg=False
fail with error "TypeError: Invalid special arguments: 'fg': _fg is invalid with nearly every other option"
#520
Labels
In 1.13.0, the new fg_validator considers only if the
_fg
arg is in the passed arguments without considering if the value of the arg is True :https://github.com/amoffat/sh/blob/1.13.0/sh.py#L1107
This makes it refuse legitimate calls like sh.ls(*args, _out=self.process_line, _err=self.process_line, _fg=False)` .
The text was updated successfully, but these errors were encountered: