nushell/src
Darren Schroeder 004d7b5ff0
query command with json, web, xml (#870)
* query command with json, web, xml

* query xml now working

* clippy

* comment out web tests

* Initial work on query web

For now we can query everything except tables

* Support for querying tables

Now we can query multiple tables just like before, now the only thing
missing is the test coverage

* finish off

* comment out web test

Co-authored-by: Luccas Mateus de Medeiros Gomes <luccasmmg@gmail.com>
2022-02-01 12:45:48 -06:00
..
plugins query command with json, web, xml (#870) 2022-02-01 12:45:48 -06:00
tests Add a fallback if Windows external spawn fails (#902) 2022-01-31 12:42:12 -05: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 Add a fallback if Windows external spawn fails (#902) 2022-01-31 12:42:12 -05:00
utils.rs "maybe text codec" version 2 (#871) 2022-01-28 13:32:33 -05:00