Browse Source

cinst, cuninst, clist: add page (#5817)

bl-ue 3 years ago
parent
commit
91c2a2714f
3 changed files with 21 additions and 0 deletions
  1. 7 0
      pages/windows/cinst.md
  2. 7 0
      pages/windows/clist.md
  3. 7 0
      pages/windows/cuninst.md

+ 7 - 0
pages/windows/cinst.md

@@ -0,0 +1,7 @@
+# cinst
+
+> This command is an alias of `choco install`.
+
+- View documentation for the original command:
+
+`tldr choco install`

+ 7 - 0
pages/windows/clist.md

@@ -0,0 +1,7 @@
+# clist
+
+> This command is an alias of `choco list`.
+
+- View documentation for the original command:
+
+`tldr choco list`

+ 7 - 0
pages/windows/cuninst.md

@@ -0,0 +1,7 @@
+# cuninst
+
+> This command is an alias of `choco uninstall`.
+
+- View documentation for the original command:
+
+`tldr choco uninstall`