In some commands we use positional arguments, in others we use flags, for the same resources.
The original justification was generally subject/object - the subject of a command would be positional, while objects would be flags. However this is probably used inconsistently and may lead to confusion. Overall, flags are probably easier to understand, even if they make commands a little longer.
In some commands we use positional arguments, in others we use flags, for the same resources.
The original justification was generally subject/object - the subject of a command would be positional, while objects would be flags. However this is probably used inconsistently and may lead to confusion. Overall, flags are probably easier to understand, even if they make commands a little longer.