feat: Print folder sizes with cypress cache list command. (#8590)

This commit is contained in:
Kukhyeon Heo
2020-10-06 00:31:59 +09:00
committed by GitHub
parent 4d76049d2c
commit aa4772c4cf
7 changed files with 147 additions and 6 deletions
+27
View File
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style>
body {
font-family: "Courier New", Courier, monospace;
padding: 0 1em;
line-height: 1.4;
color: #eee;
background-color: #000;
}
pre {
padding: 0 0;
margin: 0 0;
font-family: "Courier New", Courier, monospace;
}
</style>
</head>
<body><pre>┌─────────┬──────────────┬───────┐
<span style="color:#AAA">version<span style="color:#eee"><span style="color:#AAA">last used<span style="color:#eee"><span style="color:#AAA">size<span style="color:#eee">
├─────────┼──────────────┼───────┤
<span style="color:#0A0">1.2.3<span style="color:#eee"><span style="color:#0AA">3 months ago<span style="color:#eee"><span style="color:#555">0.2MB<span style="color:#eee">
├─────────┼──────────────┼───────┤
<span style="color:#0A0">2.3.4<span style="color:#eee"> │ unknown │ <span style="color:#555">0.2MB<span style="color:#eee">
└─────────┴──────────────┴───────┘</span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
</pre></body></html>