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
When trying to exclude a file system type from the output, I get the following panic:
$ ./target/debug/coreutils df -x tmpfs
thread 'main' panicked at 'Must use `Arg::allow_invalid_utf8` with `_os` lookups at `exclude-type`', src/uu/df/src/df.rs:132:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
cakebaker
added a commit
to cakebaker/coreutils
that referenced
this issue
Mar 14, 2022
When trying to exclude a file system type from the output, I get the following panic:
The text was updated successfully, but these errors were encountered: