nushell/crates/nu-protocol
Elton Leander Pinto 8dc5c34932
Save alias (#1852)
* figuring out error with lines

* make progress in printing of block

* support for external commands; fix some tiny bugs in formatting

* basic printing of block; going to experiment with bubbling raw input to the command itself to avoid potential edge cases

* remove fmt::Display impls for hir structs; bubbled raw_input to command args

* compiling checkpoint :)

* process raw input alias to remove save flag; do duplicates stored

* fix warnings; run clippy

* removed tmux log file

* fix bug in looking for same alias; changed unwraps to safe unwraps
2020-05-21 05:31:04 +12:00
..
src Save alias (#1852) 2020-05-21 05:31:04 +12:00
build.rs Extract build.rs 2019-12-02 13:14:51 -08:00
Cargo.toml Move from language-reporting to codespan (#1825) 2020-05-19 06:44:27 +12:00