all repos

mugit @ 8e0f8085e2aefa34ff3e5d695c1a0bed4a976eda

🐮 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'