We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0296077 commit b1e19cbCopy full SHA for b1e19cb
src/commands/repos/list-repos.ts
@@ -48,7 +48,7 @@ export async function listRepos({
48
return
49
}
50
51
- spinner.stop('')
+ spinner.stop()
52
53
if (outputJson) {
54
const data = result.data.results.map(o => ({
0 commit comments