Hello,
Would it be possible to use the CLI with custom commit messages. Current it commits with message "codecrafters submit [skip ci]"
I would want to add my own commit message instead maybe add a -m flag like git does. Like:
codecrafters submit -m "added echo command"