We would like to be able to specify a depth flag in the git_clone function, similar to this issue raised with the cli package here: https://github.com/cli/cli/issues/1456. If possible, please add a depth argument to your git functions to allow users to specify how many versions are cloned.
This can be done in the command line like so:
gh repo clone [repo] [directory] -- --depth 1
We would like to be able to specify a depth flag in the git_clone function, similar to this issue raised with the cli package here: https://github.com/cli/cli/issues/1456. If possible, please add a depth argument to your git functions to allow users to specify how many versions are cloned.
This can be done in the command line like so: gh repo clone [repo] [directory] -- --depth 1
Original:
Proposed:
usage: