From 91c2a2714fc0df328535bc59f8c99407e57ce455 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Tue, 27 Apr 2021 13:20:39 -0400 Subject: [PATCH] cinst, cuninst, clist: add page (#5817) --- pages/windows/cinst.md | 7 +++++++ pages/windows/clist.md | 7 +++++++ pages/windows/cuninst.md | 7 +++++++ 3 files changed, 21 insertions(+) create mode 100644 pages/windows/cinst.md create mode 100644 pages/windows/clist.md create mode 100644 pages/windows/cuninst.md diff --git a/pages/windows/cinst.md b/pages/windows/cinst.md new file mode 100644 index 0000000000..3752693676 --- /dev/null +++ b/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` diff --git a/pages/windows/clist.md b/pages/windows/clist.md new file mode 100644 index 0000000000..e86957815c --- /dev/null +++ b/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` diff --git a/pages/windows/cuninst.md b/pages/windows/cuninst.md new file mode 100644 index 0000000000..6b4b3f7f08 --- /dev/null +++ b/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`