nushell/crates/nu-command/src
Fernando Herrera 1cb449b2d1
Database commands (#5466)
* change query to statement

* internal functions and over definitions

* cargo fmt
2022-05-07 13:33:33 +01:00
..
conversions feat: add search terms for conversions (#5259) 2022-04-20 11:48:32 -05:00
core_commands Fixed interrupting a for-loop over a list bug #5378 (#5408) 2022-05-02 19:56:37 +12:00
database Database commands (#5466) 2022-05-07 13:33:33 +01:00
dataframe Add ends-with operator and fix dataframe operator behavior (#5395) 2022-05-02 20:02:38 +12:00
date feat: add search terms to date (#5306) 2022-04-23 08:54:03 -05:00
deprecated add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
env update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
experimental Adds flags and optional arguments to view-source (#5446) 2022-05-05 06:37:56 -05:00
filesystem add -n flag to print to print without a newline (#5458) 2022-05-06 15:33:00 -05:00
filters Remove 'empty' block support reminders, for now. (#5214) 2022-04-30 22:32:30 -05:00
formats sometimes you want a text output (#5441) 2022-05-04 14:12:23 -05:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
math Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
network update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
path update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
platform Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
strings Add split number flag in split row (#5434) 2022-05-06 10:53:02 -05:00
system fix: remove println!() from exec builtin (#5311) 2022-04-24 15:24:44 +12:00
viewers Error printing changes for watch (#5389) 2022-05-01 19:33:41 +12:00
default_context.rs implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
example_test.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
lib.rs Database commands (#5307) 2022-04-24 10:29:21 +01:00