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
The inspect tool requires me to put the positional arguments first and then the -options. This is not up to modern standards, where command line parsers generally allow positional arguments and keyword-based options to be interleaved in any order.
The text was updated successfully, but these errors were encountered:
The inspect tool requires me to put the positional arguments first and then the
-options
. This is not up to modern standards, where command line parsers generally allow positional arguments and keyword-based options to be interleaved in any order.The text was updated successfully, but these errors were encountered: