nushell/crates/nu-command/src/core_commands
Jakub Žádník 5a56d47f25
Add export-env command (#6355)
* WIP Start export-env

* Add missing file

* Do not modify the parser

Let's leave that for later

* Enable tests for export-env; Fmt
2022-08-18 23:24:39 +03:00
..
overlay fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
alias.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
debug.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
def.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
def_env.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
describe.rs Add search terms for describe (#5644) 2022-05-26 08:11:45 -05:00
do_.rs Better error handling using do (#5890) 2022-06-29 20:01:34 -05:00
echo.rs Add support for optional list stream output formatting (#6325) 2022-08-18 05:44:53 -05:00
error_make.rs add unspanned flag to error make, add tests (#6017) 2022-07-12 06:03:50 -05:00
export.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_alias.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_def.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_def_env.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_env.rs Add export-env command (#6355) 2022-08-18 23:24:39 +03:00
export_extern.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
export_use.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
extern_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
for_.rs Add support for optional list stream output formatting (#6325) 2022-08-18 05:44:53 -05:00
help.rs replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
hide.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
hide_env.rs Add hide-env to hide environment variables (#6313) 2022-08-13 12:55:06 +03:00
if_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
ignore.rs add search terms to ignore command (#6288) 2022-08-10 08:42:21 -05:00
let_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
metadata.rs Track call arguments in a single list (#5125) 2022-04-09 14:55:02 +12:00
mod.rs Add export-env command (#6355) 2022-08-18 23:24:39 +03:00
module.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
register.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
source.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
use_.rs fix links to the "think in nu" page in --help (#6348) 2022-08-17 13:51:07 -04:00
version.rs fix typo for version command (#5610) 2022-05-22 16:48:39 +08:00