nushell/src
Access 1fd0ddb52c
Maybe solve the none bug? (#860)
* Maybe solve the none bug?

* cargo fmt

* use nothing, not string

* check at last

* I check it at last

* Use error which has span

* use not found error

* fix error

* use a empty value length?

* * Add commit about what I change and fmt

Now all test passed, but I do not know if it is right

* update the test

* check if it is nothing

* update commit

* Rename test

Co-authored-by: Jakub Žádník <kubouch@gmail.com>
2022-01-30 15:23:28 +02:00
..
plugins Plugin json (#474) 2021-12-12 11:50:35 +00:00
tests Maybe solve the none bug? (#860) 2022-01-30 15:23:28 +02:00
commands.rs Add -c flag and others to cmdline args (#853) 2022-01-26 12:26:43 -05:00
config_files.rs simple keybinding parsing (#768) 2022-01-18 08:48:28 +00:00
eval_file.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
logger.rs Add parser tracing, fix 629 (#638) 2022-01-02 08:42:50 +11:00
main.rs Only trim prompt (#876) 2022-01-28 18:22:09 -05:00
prompt_update.rs Only trim prompt (#876) 2022-01-28 18:22:09 -05:00
reedline_config.rs Add F1-F12 key support (#866) 2022-01-28 13:14:51 -05:00
repl.rs Accomodate reedline#270 (#863) 2022-01-28 05:44:35 +11:00
tests.rs Fix doc comments for custom commands (#815) 2022-01-22 13:24:47 -05:00
utils.rs "maybe text codec" version 2 (#871) 2022-01-28 13:32:33 -05:00