all repos

mugit @ a02c4e8b021b8808df85e7e1e2a09e9673ea2d17

🐮 git server that your cow will love

mugit/testscript/cli-repo-description-errors.txtar (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
test: add missing tests (#5)..., 2 months ago
1
# missing repo name
2
! mugit repo description
3
stderr 'no name provided'
4
5
# repo does not exist
6
! mugit repo description nonexistent
7
stderr 'failed to open repo'