Skip to content

feat: add repo delete command

Clement Sam requested to merge ft-repo-delete into trunk

This PR adds the repo delete command

Follows the implementation stated in https://github.com/profclems/glab/issues/318#issuecomment-729809919 but uses --yes | -y flag instead of --force | -f flag to skip the confirmation prompt.

Resolves #318 (closed)

Merge request reports