Skip to content

Fix Issues With Basename

Michael Aaron Murphy requested to merge mmstick:patch-5 into master
  • Remove all usage of the println! macro
  • Add examples in the MAN_PAGE
  • Improve descriptions in the MAN_PAGE
  • Don't use a String for truncating the pathname in basename()
  • Remove use of unwrap() in favour of an error message with exit(1)
  • Fix lack of suffix detection when not using multiple mode

Merge request reports