1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-12 15:28:18 +02:00
nushell/crates/nu-command/src/core_commands
Reilly Wood c150e11cb4
Initial SQLite functionality ()
* Add SQLite functionality to open

* Add in-memory SQLite tests

* clippy fixes

* Fix up old SQLite-related tests
2022-04-13 20:15:02 -07:00
..
alias.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
debug.rs Experiment: Allow both $true/true and $false/false () 2022-03-02 19:55:03 -05:00
def_env.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
def.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
describe.rs Add support for stderr and exit code () 2022-02-25 14:51:31 -05:00
do_.rs Add search terms to Command and Signature () 2022-03-27 22:25:30 +03:00
echo.rs "maybe text codec" version 2 () 2022-01-28 13:32:33 -05:00
error_make.rs Allow 'error make' to make simple errors () 2022-03-20 16:25:45 +13:00
export_alias.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
export_def_env.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
export_def.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
export_env.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
export_extern.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
export.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
extern_.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
for_.rs Track call arguments in a single list () 2022-04-09 14:55:02 +12:00
help.rs Fix for search terms in help --find () 2022-04-03 17:37:22 -05:00
hide.rs Track call arguments in a single list () 2022-04-09 14:55:02 +12:00
history.rs added real index column to history () 2022-03-06 17:22:18 +00:00
if_.rs Track call arguments in a single list () 2022-04-09 14:55:02 +12:00
ignore.rs Fix ignore to run side effects of previous command () 2022-02-17 12:49:54 -05:00
let_.rs Track call arguments in a single list () 2022-04-09 14:55:02 +12:00
metadata.rs Track call arguments in a single list () 2022-04-09 14:55:02 +12:00
mod.rs Add export alias and export extern () 2022-03-20 07:58:01 +13:00
module.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
register.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
source.rs Add parser keyword note to help and $nu.scope () 2022-03-26 21:22:45 +02:00
tutor.rs Add search terms to many commands () 2022-04-05 07:01:21 -05:00
use_.rs Allows aliases in use lists () 2022-04-11 07:37:22 +12:00
version.rs Initial SQLite functionality () 2022-04-13 20:15:02 -07:00