Skip to content

Commit 41162fc

Browse files
authored
System cache clean command added
1 parent 2887e35 commit 41162fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/dart.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,10 @@
494494
"definition": "সম্পাদনার কারণে প্যাকেজ মেরামতের জন্য পুনরায় ইনস্টল করা",
495495
"code": "pub cache repair"
496496
},
497+
{
498+
"definition": "সিস্টেম ক্যাশ রিমুভ করতে",
499+
"code": "dart pub cache clean"
500+
},
497501
{
498502
"definition": "ব্যবহৃত প্যাকেজগুলোকে ট্রি আকারে প্রিন্ট করা",
499503
"code": "pub deps"

0 commit comments

Comments
 (0)