Skip to content

feat: switch to argh parsing (exe size: 291K -> 295K)

Alexandru Scvorțov requested to merge argh into master

Changes:

  • Switch to argh parsing (exe size: 291K -> 295K)
  • The -p option no longer accepts an argument. Use --phrase for that.
  • The long version of -p is now --mistake option for the "I am probably making a mistake." prompt
  • Move striping to Makefile
  • Remove unneeded extern crate statements

BREAKING CHANGE: The -p option no longer accepts an argument

Edited by Alexandru Scvorțov

Merge request reports