pages*: standardize mentioning subcommands without the main command (#13981)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# adb
|
||||
|
||||
> Android Debug-Brug: communiceer met een Android-emulator of een aangesloten Android-apparaat.
|
||||
> Sommige subcommando's zoals `adb shell` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `shell` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://developer.android.com/tools/adb>.
|
||||
|
||||
- Controleer of het adb serverproces draait en start het:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# amass
|
||||
|
||||
> Uitgebreide tool voor Attack Surface Mapping en Asset Discovery.
|
||||
> Sommige subcommando's zoals `amass intel` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `intel` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://github.com/owasp-amass/amass>.
|
||||
|
||||
- Voer een Amass subcommando uit:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ansible
|
||||
|
||||
> Beheer een groep van computers op afstand over SSH. (Gebruik het `/etc/ansible/hosts` bestand om nieuwe groepen/hosts toe te voegen).
|
||||
> Sommige subcommando's zoals `ansible galaxy` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `galaxy` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://www.ansible.com/>.
|
||||
|
||||
- Toon de hosts die tot een groep behoren:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# az
|
||||
|
||||
> De officiële CLI tool voor Microsoft Azure.
|
||||
> Sommige subcommando's zoals `az login` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `login` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://learn.microsoft.com/cli/azure>.
|
||||
|
||||
- Log in bij Azure:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker
|
||||
|
||||
> Beheer Docker containers en images.
|
||||
> Sommige subcommando's zoals `docker run` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `run` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://docs.docker.com/reference/cli/docker/>.
|
||||
|
||||
- Toon alle Docker containers (actief en gestopte):
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# fossil
|
||||
|
||||
> Gedistribueerd versiebheer systeem.
|
||||
> Sommige subcommando's zoals `fossil db` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `db` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://fossil-scm.org/>.
|
||||
|
||||
- Voer een Fossil subcommando uit:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pio
|
||||
|
||||
> Ontwikkelomgeving voor voor embedded boards.
|
||||
> Sommige subcommando's zoals `pio run` hebben hun eigen documentatie.
|
||||
> Sommige subcommando's zoals `run` hebben hun eigen documentatie.
|
||||
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/>.
|
||||
|
||||
- Toon de help en toon subcommando's:
|
||||
|
Reference in New Issue
Block a user