@ -47,4 +47,10 @@ export def wc [
)
}
export def --wrapped df [...$args] {
if (["--help", "--version"] | any {|it| $it in $args }) {
^df ...$args
} else {
^df ...$args | detect columns --guess