nushell/crates/nu-parser
Andrés N. Robalino 3bcc2aad80
Pass command's span correctly when reporting unexpected flags. (#3478)
Not all lite command's first part denotes a real command (for cases like sub commands that it's second lite part accounts for the command name). This is important so that we can refer to it's span correctly. Here we fix to include the command's name span correctly whether it's a command or sub command when reporting missing flag errors.
2021-05-23 19:30:30 -05:00
..
src Pass command's span correctly when reporting unexpected flags. (#3478) 2021-05-23 19:30:30 -05:00
tests Logs and tests (#3247) 2021-04-01 17:09:33 -05:00
Cargo.toml Bump to 0.31.1 (#3411) 2021-05-12 15:06:50 +12:00