1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-16 01:08:21 +02:00
nushell/crates/nu-cmd-lang/src/core_commands
Antoine Stevan 07d7899a97
remove def-env and export def-env ()
follow-up to
- https://github.com/nushell/nushell/pull/10715

> **Important**
> wait for between 0.87 and 0.88 to land this

# Description
it's time for removal again 😋 
this PR removes `def-env` and `export def-env` in favor of `def --env`

# User-Facing Changes
`def-env` and `export def-env` will not be found anymore.

# Tests + Formatting

# After Submitting
2023-11-19 23:25:09 +08:00
..
overlay Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
scope Change category of scope commands to core () 2023-10-30 19:55:40 +01:00
alias.rs Uniformize usage() and extra_usage() message ending for commands helper. () 2023-02-28 21:33:02 -08:00
break_.rs Remove parser keywords label from commands that do not need it () 2023-04-07 01:12:21 +03:00
collect.rs Use Vec for Closure captures () 2023-11-08 00:43:28 +01:00
const_.rs Fix broken constants in scopes () 2023-07-14 00:02:05 +03:00
continue_.rs Remove parser keywords label from commands that do not need it () 2023-04-07 01:12:21 +03:00
def.rs Add --env and --wrapped flags to def () 2023-10-02 21:13:31 +03:00
describe.rs Reuse Closure type in Value::Closure () 2023-10-30 23:34:23 +01:00
do_.rs Use Vec for Closure captures () 2023-11-08 00:43:28 +01:00
echo.rs Change echo to print when not redirected () 2023-09-13 06:35:01 +12:00
error_make.rs Use Record::get instead of Value functions () 2023-11-08 21:47:37 +01:00
export_alias.rs Uniformize usage() and extra_usage() message ending for commands helper. () 2023-02-28 21:33:02 -08:00
export_const.rs Module: support defining const and use const variables inside of function () 2023-08-01 07:09:52 +08:00
export_def.rs Add --env and --wrapped flags to def () 2023-10-02 21:13:31 +03:00
export_extern.rs Uniformize usage() and extra_usage() message ending for commands helper. () 2023-02-28 21:33:02 -08:00
export_module.rs Allow creating modules from directories () 2023-05-06 21:39:54 +03:00
export_use.rs Uniformize usage() and extra_usage() message ending for commands helper. () 2023-02-28 21:33:02 -08:00
export.rs Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
extern_.rs Custom command input/output types () 2023-07-15 09:51:28 +12:00
for_.rs Use int type name consistently () 2023-10-03 18:24:32 +02:00
hide_env.rs remove let-env, focus on mutating $env () 2023-07-01 07:57:51 +12:00
hide.rs Uniformize usage() and extra_usage() message ending for commands helper. () 2023-02-28 21:33:02 -08:00
if_.rs Allow parse-time evaluation of if () 2023-09-12 21:35:47 +03:00
ignore.rs Allow parse-time evaluation of calls, pipelines and subexpressions () 2023-08-26 16:41:29 +03:00
lazy_make.rs Add long options for core and dataframes () 2023-10-06 18:55:29 +02:00
let_.rs fix 'let' to properly redirect () 2023-09-14 10:18:29 +12:00
loop_.rs Remove parser keywords label from commands that do not need it () 2023-04-07 01:12:21 +03:00
match_.rs Auto format let-else block () 2023-09-04 19:42:31 +12:00
mod.rs remove def-env and export def-env () 2023-11-19 23:25:09 +08:00
module.rs Add --env and --wrapped flags to def () 2023-10-02 21:13:31 +03:00
mut_.rs fix input signature of let/mut () 2023-07-15 19:41:48 +12:00
register.rs Clarify how register works () 2023-03-23 13:02:22 -05:00
return_.rs allow return to return any nushell value () 2023-08-20 07:30:54 -05:00
try_.rs Change echo to print when not redirected () 2023-09-13 06:35:01 +12:00
use_.rs Add --env and --wrapped flags to def () 2023-10-02 21:13:31 +03:00
version.rs Allow parse-time evaluation of calls, pipelines and subexpressions () 2023-08-26 16:41:29 +03:00
while_.rs feat: Search terms for use, while, and range () () 2023-09-07 22:11:42 +02:00