## Summary of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Try formulating it in user story style (if applicable): 'As a user I want X so that Y.' with X being the being the action and Y being the value of the action. --> The call ``SPLIT-PATH C: $NULL`` should report an error. ## Proposed technical implementation details (optional) The parameter ``Qualifier`` should not be positional. <!-- A clear and concise description of what you want to happen. Consider providing an example PowerShell experience with expected result. -->
Summary of the new feature/enhancement
The call
SPLIT-PATH C: $NULLshould report an error.Proposed technical implementation details (optional)
The parameter
Qualifiershould not be positional.