Closed aftix closed 3 weeks ago
The flag parsing was using ShellError::UnsupportedConfigValue, which was removed in nu-protocol 0.99. I've changed those instances to ShellError::InvalidValue, which is more correct as the flags are not config values.
ShellError::UnsupportedConfigValue
ShellError::InvalidValue
Thanks!
The flag parsing was using
ShellError::UnsupportedConfigValue
, which was removed in nu-protocol 0.99. I've changed those instances toShellError::InvalidValue
, which is more correct as the flags are not config values.