toolbox*: add Tamil translation (#8338)

This commit is contained in:
K.B.Dharun Krishna
2022-08-12 18:00:02 +05:30
committed by GitHub
parent 80f0129c7b
commit 9eed966207
9 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# toolbox rm
> ஒன்று அல்லது அதற்கு மேற்பட்ட `toolbox` கொள்கலன்களை அகற்றவும்.
> மேலும் பார்க்கவும்: `toolbox rmi`.
> மேலும் விவரத்திற்கு: <https://manned.org/toolbox-rm.1>.
- கருவிப்பெட்டி கொள்கலனை அகற்றவும்:
`toolbox rm {{கொள்கலன்_பெயர்}}`
- அனைத்து `toolbox` கொள்கலனை அகற்றவும்:
`toolbox rm --all`
- தற்போது செயலில் உள்ள `toolbox` கொள்கலனை அகற்றுமாறு கட்டாயப்படுத்தவும்:
`toolbox rm --force {{கொள்கலன்_பெயர்}}`