Replies: 1 comment 2 replies
-
I don't really see how this could work. There's nothing to inform nushell the amount of columns or the datatype of the data for each column. For just strings you can try |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>ls -ltr
would basically fallback to
>^ls -ltr
instead of raising an error.Interactively it would be more accomodant for end-users. Programmatically it should not be a problem as data type would be (most of the type ? ) different, so programmers are likely to easily spot the mistake due to a type error
Beta Was this translation helpful? Give feedback.
All reactions