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's a runtime error in fmt because OPT_WIDTH is not marked as a flag in clap:
thread 'main' panicked at 'Mismatch between definition and access of `width`. Could not downcast to bool, need to downcast to alloc::string::String
', /home/terts/Programming/uutils/coreutils/src/uu/fmt/src/fmt.rs:171:21
There's a runtime error in
fmt
becauseOPT_WIDTH
is not marked as a flag inclap
:Originally posted by @tertsdiepraam in #4747 (comment)
The text was updated successfully, but these errors were encountered: