Darren Schroeder
Darren Schroeder
I'm not following what the problem is. Maybe you're saying that nushell shouldn't be used as a build task even when it's set as the default?
ok. I'd accept a PR for this.
Sounds like maybe you're experiencing the hint system in reedline. Kind of like I'm typing `$env` here and the hint is showing a similar command.  You can also see...
Very weird. Not sure what's going on if it's not the hinter.
I tested this and it seems to work great. Thanks! It would be nice to have a few tests. I'm also thinking that maybe we just hard-code this to true...
@Yethal just check out the pr and do a cargo run and then do `$env.config.footer_inheritance = true` and test like that. not sure what your hook is doing. there have...
You might play around with trying different settings with footer_mode. I had mine set to auto and it seemed to work fine.
One last thing @zhiburt, we need to add this option with it's default to the default_config.nu file. Would you mind doing that please?
Thanks! This is cool. I kind of look at it as a new table feature.
Ugh, it looks like in some circumstances it doesn't work right @zhiburt. I thought it was related to header_on_separator but apparently not. ```nushell ❯ term size ╭─────────┬─────╮ │ columns │...