nushell/crates/nu-cli/src
nibon7 1ba5b25b29
Make g - switch to the last used shell (#6249)
* Make `g -` switch to the last used shell

Related #6223

Signed-off-by: nibon7 <nibon7@163.com>

* simplify error handling

Signed-off-by: nibon7 <nibon7@163.com>

* update NUSHELL_LAST_SHELL environment

Signed-off-by: nibon7 <nibon7@163.com>

* add test

Signed-off-by: nibon7 <nibon7@163.com>

* fix description

Signed-off-by: nibon7 <nibon7@163.com>
2022-08-06 10:11:03 -05:00
..
completions add config option to limit external command completions (#6076) 2022-07-19 12:39:50 -05:00
menus
commands.rs
config_files.rs
eval_file.rs Fix print_table_or_error when table is overridden (#6130) 2022-07-25 20:11:46 -05:00
lib.rs
nu_highlight.rs
print.rs
prompt_update.rs add more shell integration ansi escapes in support of vscode (#6087) 2022-07-20 15:03:29 -05:00
prompt.rs
reedline_config.rs
repl.rs Make g - switch to the last used shell (#6249) 2022-08-06 10:11:03 -05:00
syntax_highlight.rs
util.rs
validation.rs