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
It would be nice to have Bash versions of the Python argparse & logging libraries. Though I don't write in Bash version very often there is sometimes a need and it could be a nice exercise anyway.
The object-oriented aspect of the use must be addressed. So instead of doing something in Python like:
It would be nice to have Bash versions of the Python argparse & logging libraries. Though I don't write in Bash version very often there is sometimes a need and it could be a nice exercise anyway.
The object-oriented aspect of the use must be addressed. So instead of doing something in Python like:
it could be done in Bash like:
I'm not sure if this is possible or not but it could be fun!
The text was updated successfully, but these errors were encountered: