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: parse CLI args using getopt #12

Open cybardev opened 9 months ago

cybardev commented 9 months ago

Description

Currently the script uses very basic pattern matching to parse command-line arguments. We want to use getopt instead.

Changes Requested

Tests

Reviewers