I have a couple cases where functions are used to add command line arguments to a parser object passed as the first argument to the function instead of creating the parser inside the function. These functions don't necessarily return the original parser back so creating a default parser isn't really possible. So I figured I'd add this fairly simple change. Thoughts?
I have a couple cases where functions are used to add command line arguments to a parser object passed as the first argument to the function instead of creating the parser inside the function. These functions don't necessarily return the original parser back so creating a default parser isn't really possible. So I figured I'd add this fairly simple change. Thoughts?