nushell/crates/nu-command/src/misc
2022-12-15 08:46:32 -06:00
..
history_session.rs return value::int instead of value::record in history session (#7049) 2022-11-10 11:20:52 +13:00
history.rs add --long flag to history command for sqlite history (#7480) 2022-12-15 08:46:32 -06:00
mod.rs add history session command (#6587) 2022-09-19 14:30:04 -05:00
tutor.rs Reduced LOC by replacing several instances of Value::Int {}, Value::Float{}, Value::Bool {}, and Value::String {} with Value::int(), Value::float(), Value::boolean() and Value::string() (#7412) 2022-12-09 11:37:51 -05:00