nushell/crates/nu-cmd-lang/src/core_commands
Ian Manske 905e3d0715
Remove dataframes crate and feature (#12889)
# Description
Removes the old `nu-cmd-dataframe` crate in favor of the polars plugin.
As such, this PR also removes the `dataframe` feature, related CI, and
full releases of nushell.
2024-05-20 17:22:08 +00:00
..
overlay Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
scope Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
alias.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
break_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
collect.rs collect: don't require a closure (#12788) 2024-05-17 18:46:03 +02:00
const_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
continue_.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
def.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
describe.rs Add string/binary type color to ByteStream (#12897) 2024-05-20 00:35:32 +00:00
do_.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
echo.rs Mention print in the echo help text (#12436) 2024-04-06 20:24:00 -05:00
error_make.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
export_alias.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
export_const.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
export_def.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
export_extern.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
export_module.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
export_use.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
export.rs Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
extern_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
for_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
hide_env.rs nu-cmd-lang cleanup (#12609) 2024-04-25 14:16:12 +00:00
hide.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
if_.rs nu-cmd-lang cleanup (#12609) 2024-04-25 14:16:12 +00:00
ignore.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
let_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
loop_.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
match_.rs nu-cmd-lang cleanup (#12609) 2024-04-25 14:16:12 +00:00
mod.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
module.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
mut_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
return_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
try_.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
use_.rs Use CommandType in more places (#12832) 2024-05-18 23:37:31 +00:00
version.rs Remove dataframes crate and feature (#12889) 2024-05-20 17:22:08 +00:00
while_.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00