You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some combinations of options that require ls to display non-UTF-8 byte sequences in a grid. Because this crate only supports String (and spaces), this isn't currently possible. Support should be added for invalid UTF-8 somehow, accepting one of &[u8], OsStr(ing), or AsRef<OsStr>.
The text was updated successfully, but these errors were encountered:
There are some combinations of options that require
ls
to display non-UTF-8 byte sequences in a grid. Because this crate only supportsString
(and spaces), this isn't currently possible. Support should be added for invalid UTF-8 somehow, accepting one of&[u8]
,OsStr(ing)
, orAsRef<OsStr>
.The text was updated successfully, but these errors were encountered: