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
Given that the complexity of this script has been rising recently, we think it's big enough to warrant using getopt to parse command-line arguments.
Changes Requested
use getopt to parse command-line arguments
try to make certain combinations invalid, e.g. cutefetch --random eyes paired with an eye number. (randomizer to be implemented for feat: add randomizer function #9)
Acceptance Criteria
script uses getopt to parse command-line arguments
Description
Given that the complexity of this script has been rising recently, we think it's big enough to warrant using
getopt
to parse command-line arguments.Changes Requested
getopt
to parse command-line argumentstry to make certain combinations invalid, e.g.cutefetch --random eyes
paired with an eye number. (randomizer to be implemented for feat: add randomizer function #9)Acceptance Criteria
getopt
to parse command-line argumentsrejects invalid flag combinationsResources
getopt
tutorial: https://www.baeldung.com/linux/bash-parse-command-line-argumentsBlockers
The text was updated successfully, but these errors were encountered: