cybardev / cutefetch

Tiny coloured fetch script with cute little animals
https://cutefetch.cybar.dev
GNU General Public License v3.0
44 stars 4 forks source link

feat: use getopt to parse command-line arguments #10

Open cybardev opened 10 months ago

cybardev commented 10 months ago

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

Acceptance Criteria

Resources

Blockers

cybardev commented 10 months ago

UPDATE: flag validation will be done in a separate ticket. For now, the goal is just to have feature parity with the current script but using getopt