idanarye / nu_plugin_skim

MIT License
22 stars 0 forks source link

feat: Upgrade Nu version to 0.99 #15

Closed aftix closed 3 weeks ago

aftix commented 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.

idanarye commented 3 weeks ago

Thanks!