dylanaraps / pure-bash-bible

📖 A collection of pure bash alternatives to external processes.
MIT License
36.41k stars 3.27k forks source link

add a command line argument parsing example #122

Closed llimllib closed 1 year ago

llimllib commented 2 years ago

Add a command line argument parsing example

llimllib commented 2 years ago

ah dang now I see this hasn't been updated in a long time - @dylanaraps is this repo active?

If not, no worries, sorry for bugging you.

llimllib commented 2 years ago

You have a somewhat fancier argument parser in neofetch: https://github.com/dylanaraps/neofetch/blob/ccd5d9f52609bbdcd5d8fa78c4fdb0f12954125f/neofetch#L5239 is there anything from that example you'd like included here?