mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:55:42 +02:00
add --table_mode
-m
parameter (#5513)
* add `--table_mode` `-m` parameter * underscores to dashes
This commit is contained in:
@ -817,6 +817,10 @@ impl EngineState {
|
||||
&self.config
|
||||
}
|
||||
|
||||
pub fn set_config(&mut self, conf: &Config) {
|
||||
self.config = conf.clone();
|
||||
}
|
||||
|
||||
pub fn get_var(&self, var_id: VarId) -> &Variable {
|
||||
self.vars
|
||||
.get(var_id)
|
||||
|
Reference in New Issue
Block a user