Support -- syntax for passing files to git commit

Timeline

Amolith opened

Currently formatted-commit doesn't support the -- <files> syntax to pass specific files to the underlying git commit command. This would allow committing specific files without staging them first.

Example usage:

formatted-commit -t fix -s ui -m "reduce spacing" -- frontend/src/components/Settings.svelte