We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If I've got multiple flags, say, like this:
--user="something" --language="blah" --starCount=2 .... ... ...
then how to check which flag has been given input in the cli? Because different flag has different functionality.
Activity