From ccebf33d771886a51f4525914bcbea75e5b25840 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:48:51 +0200 Subject: [PATCH] pages.nl/common/*: add missing Dutch alias pages (#18380) --- pages.nl/common/brew-remove.md | 7 +++++++ pages.nl/common/brew-rm.md | 7 +++++++ pages.nl/common/gh-agent.md | 7 +++++++ pages.nl/common/npx.md | 7 +++++++ pages.nl/common/pulumi-stack-hist.md | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 pages.nl/common/brew-remove.md create mode 100644 pages.nl/common/brew-rm.md create mode 100644 pages.nl/common/gh-agent.md create mode 100644 pages.nl/common/npx.md create mode 100644 pages.nl/common/pulumi-stack-hist.md diff --git a/pages.nl/common/brew-remove.md b/pages.nl/common/brew-remove.md new file mode 100644 index 0000000000..32133419ba --- /dev/null +++ b/pages.nl/common/brew-remove.md @@ -0,0 +1,7 @@ +# brew remove + +> Dit commando is een alias van `brew uninstall`. + +- Bekijk de documentatie van het originele commando: + +`tldr brew uninstall` diff --git a/pages.nl/common/brew-rm.md b/pages.nl/common/brew-rm.md new file mode 100644 index 0000000000..12393a7485 --- /dev/null +++ b/pages.nl/common/brew-rm.md @@ -0,0 +1,7 @@ +# brew rm + +> Dit commando is een alias van `brew uninstall`. + +- Bekijk de documentatie van het originele commando: + +`tldr brew uninstall` diff --git a/pages.nl/common/gh-agent.md b/pages.nl/common/gh-agent.md new file mode 100644 index 0000000000..70ace806c8 --- /dev/null +++ b/pages.nl/common/gh-agent.md @@ -0,0 +1,7 @@ +# gh agent + +> Dit commando is een alias van `gh agent-task`. + +- Bekijk de documentatie van het originele commando: + +`tldr gh agent-task` diff --git a/pages.nl/common/npx.md b/pages.nl/common/npx.md new file mode 100644 index 0000000000..b14a5dce00 --- /dev/null +++ b/pages.nl/common/npx.md @@ -0,0 +1,7 @@ +# npx + +> Dit commando is een alias van `npm exec`. + +- Bekijk de documentatie van het originele commando: + +`tldr npm exec` diff --git a/pages.nl/common/pulumi-stack-hist.md b/pages.nl/common/pulumi-stack-hist.md new file mode 100644 index 0000000000..51ffeb9767 --- /dev/null +++ b/pages.nl/common/pulumi-stack-hist.md @@ -0,0 +1,7 @@ +# pulumi stack hist + +> Dit commando is een alias van `pulumi stack history`. + +- Bekijk de documentatie van het originele commando: + +`tldr pulumi stack history`