mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:44:57 +02:00
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
This commit is contained in:
committed by
GitHub
parent
3239e5055c
commit
8dc5c34932
@ -1,6 +1,6 @@
|
||||
use std::cmp::{Ord, Ordering, PartialOrd};
|
||||
use std::convert::From;
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
Reference in New Issue
Block a user