CLI does not allow use of wildcard when resolving files
After a Sync operation, the repository can contain a large number of conflicted files. On a project this can easily be dozens or even hundreds if a long-lived work branch, for example, is being updated from main.
The CLI currently does not allow the use of a wildcard to resolve conflicts and the user would need to resolve the files one by one, which can be impractical.
Expected behavior:
- Provide an option that allows the user to "resolve all" with either --our or --their and thus be able to resolve a large set of conflicts in a single operation.
- Allow the use of wildcard patterns, like most of the other CLI commands do, which would allow different folders to be resolved as needed