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
Currently we use ArgSlice, CmdArgList everywhere where we want a span on string_views.
As a result, it's very hard to understand the requirements from the passed classes.
This PR introduces a new ParsedArguments class and reduces the API surface for the passed object.
Make sure to unwind ParsedArguments to ArgSlice only when we start executing the command.
We will clean-up redundant aliases in the futures.
Signed-off-by: Roman Gershman <[email protected]>
0 commit comments