1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

pages/*: standardize mentioning subcommands without the main command (#13626)

* pages/*: standardize mentioning subcommands without the main command

* CONTRIBUTING: clarify that pages should only mention the subcommand
This commit is contained in:
Lena 2024-10-04 21:14:41 +02:00 committed by GitHub
parent 63d1867e67
commit b596b78b18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 55 additions and 55 deletions

View file

@ -141,7 +141,7 @@ You should always add a base page (e.g. `git`) that describes the program and ba
The following methods can be used to reference subcommands: The following methods can be used to reference subcommands:
- You can add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the main page. (See the [subcommand reference](/contributing-guides/translation-templates/subcommand-mention.md) page for translation templates.) - You can add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the main page. (See the [subcommand reference](/contributing-guides/translation-templates/subcommand-mention.md) page for translation templates). `example command` should only include the subcommand (e.g. `commit` instead of `git commit`).
- You can use ``See also: `command1`, `command2`.`` template to reference similar commands, aliases and subcommands. - You can use ``See also: `command1`, `command2`.`` template to reference similar commands, aliases and subcommands.
- Alternatively, the whole page can be converted to reference the main subcommands. - Alternatively, the whole page can be converted to reference the main subcommands.

View file

@ -1,7 +1,7 @@
# adb # adb
> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices. > Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.
> Some subcommands such as `adb shell` have their own usage documentation. > Some subcommands such as `shell` have their own usage documentation.
> More information: <https://developer.android.com/tools/adb>. > More information: <https://developer.android.com/tools/adb>.
- Check whether the adb server process is running and start it: - Check whether the adb server process is running and start it:

View file

@ -1,7 +1,7 @@
# amass # amass
> In-depth Attack Surface Mapping and Asset Discovery tool. > In-depth Attack Surface Mapping and Asset Discovery tool.
> Some subcommands such as `amass intel` have their own usage documentation. > Some subcommands such as `intel` have their own usage documentation.
> More information: <https://github.com/owasp-amass/amass>. > More information: <https://github.com/owasp-amass/amass>.
- Execute an Amass subcommand: - Execute an Amass subcommand:

View file

@ -1,7 +1,7 @@
# ansible # ansible
> Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts). > Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts).
> Some subcommands such as `ansible galaxy` have their own usage documentation. > Some subcommands such as `galaxy` have their own usage documentation.
> More information: <https://www.ansible.com/>. > More information: <https://www.ansible.com/>.
- List hosts belonging to a group: - List hosts belonging to a group:

View file

@ -1,7 +1,7 @@
# argocd # argocd
> Command-line interface to control a Argo CD server. > Command-line interface to control a Argo CD server.
> Some subcommands such as `argocd app` have their own usage documentation. > Some subcommands such as `app` have their own usage documentation.
> More information: <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>. > More information: <https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/>.
- Login to Argo CD server: - Login to Argo CD server:

View file

@ -1,7 +1,7 @@
# aws s3 # aws s3
> CLI for AWS S3 - provides storage through web services interfaces. > CLI for AWS S3 - provides storage through web services interfaces.
> Some subcommands such as `aws s3 cp` have their own usage documentation. > Some subcommands such as `cp` have their own usage documentation.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html>. > More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html>.
- Show files in a bucket: - Show files in a bucket:

View file

@ -1,7 +1,7 @@
# aws # aws
> The official CLI tool for Amazon Web Services. > The official CLI tool for Amazon Web Services.
> Some subcommands such as `aws s3` have their own usage documentation. > Some subcommands such as `s3` have their own usage documentation.
> More information: <https://aws.amazon.com/cli>. > More information: <https://aws.amazon.com/cli>.
- Configure the AWS Command-line: - Configure the AWS Command-line:

View file

@ -1,7 +1,7 @@
# az # az
> The official CLI tool for Microsoft Azure. > The official CLI tool for Microsoft Azure.
> Some subcommands such as `az login` have their own usage documentation. > Some subcommands such as `login` have their own usage documentation.
> More information: <https://learn.microsoft.com/cli/azure>. > More information: <https://learn.microsoft.com/cli/azure>.
- Log in to Azure: - Log in to Azure:

View file

@ -1,7 +1,7 @@
# bundletool # bundletool
> Manipulate Android Application Bundles. > Manipulate Android Application Bundles.
> Some subcommands such as `bundletool validate` have their own usage documentation. > Some subcommands such as `validate` have their own usage documentation.
> More information: <https://developer.android.com/tools/bundletool>. > More information: <https://developer.android.com/tools/bundletool>.
- Display help for a subcommand: - Display help for a subcommand:

View file

@ -1,7 +1,7 @@
# conan # conan
> The open source, decentralized and cross-platform package manager to create and share all your native binaries. > The open source, decentralized and cross-platform package manager to create and share all your native binaries.
> Some subcommands such as `conan frogarian` have their own usage documentation. > Some subcommands such as `frogarian` have their own usage documentation.
> More information: <https://conan.io/>. > More information: <https://conan.io/>.
- Install packages based on `conanfile.txt`: - Install packages based on `conanfile.txt`:

View file

@ -1,7 +1,7 @@
# conda # conda
> Package, dependency and environment management for any programming language. > Package, dependency and environment management for any programming language.
> Some subcommands such as `conda create` have their own usage documentation. > Some subcommands such as `create` have their own usage documentation.
> More information: <https://github.com/conda/conda>. > More information: <https://github.com/conda/conda>.
- Create a new environment, installing named packages into it: - Create a new environment, installing named packages into it:

View file

@ -1,7 +1,7 @@
# consul # consul
> Distributed key-value store with health checking and service discovery. > Distributed key-value store with health checking and service discovery.
> Some subcommands such as `consul kv` have their own usage documentation. > Some subcommands such as `kv` have their own usage documentation.
> More information: <https://www.consul.io/commands>. > More information: <https://www.consul.io/commands>.
- Display help: - Display help:

View file

@ -1,7 +1,7 @@
# cradle # cradle
> The Cradle PHP framework. > The Cradle PHP framework.
> Some subcommands such as `cradle install` have their own usage documentation. > Some subcommands such as `install` have their own usage documentation.
> More information: <https://cradlephp.github.io>. > More information: <https://cradlephp.github.io>.
- Connect to a server: - Connect to a server:

View file

@ -1,7 +1,7 @@
# docker # docker
> Manage Docker containers and images. > Manage Docker containers and images.
> Some subcommands such as `docker run` have their own usage documentation. > Some subcommands such as `run` have their own usage documentation.
> More information: <https://docs.docker.com/reference/cli/docker/>. > More information: <https://docs.docker.com/reference/cli/docker/>.
- List all Docker containers (running and stopped): - List all Docker containers (running and stopped):

View file

@ -1,7 +1,7 @@
# doppler # doppler
> Manage environment variables across different environments using Doppler. > Manage environment variables across different environments using Doppler.
> Some subcommands such as `doppler run` and `doppler secrets` have their own usage documentation. > Some subcommands such as `run` and `secrets` have their own usage documentation.
> More information: <https://docs.doppler.com/docs/cli>. > More information: <https://docs.doppler.com/docs/cli>.
- Setup Doppler CLI in the current directory: - Setup Doppler CLI in the current directory:

View file

@ -1,7 +1,7 @@
# dotnet # dotnet
> Cross platform .NET command-line tools for .NET Core. > Cross platform .NET command-line tools for .NET Core.
> Some subcommands such as `dotnet build` have their own usage documentation. > Some subcommands such as `build` have their own usage documentation.
> More information: <https://learn.microsoft.com/dotnet/core/tools>. > More information: <https://learn.microsoft.com/dotnet/core/tools>.
- Initialize a new .NET project: - Initialize a new .NET project:

View file

@ -1,7 +1,7 @@
# drupal # drupal
> Generate boilerplate code, interact with and debug Drupal projects. > Generate boilerplate code, interact with and debug Drupal projects.
> Some subcommands such as `drupal check` have their own usage documentation. > Some subcommands such as `check` have their own usage documentation.
> More information: <https://drupalconsole.com/>. > More information: <https://drupalconsole.com/>.
- Install a module: - Install a module:

View file

@ -1,7 +1,7 @@
# dvc # dvc
> Data Version Control: like `git` for data. > Data Version Control: like `git` for data.
> Some subcommands such as `dvc commit` have their own usage documentation. > Some subcommands such as `commit` have their own usage documentation.
> More information: <https://dvc.org/>. > More information: <https://dvc.org/>.
- Execute a DVC subcommand: - Execute a DVC subcommand:

View file

@ -1,7 +1,7 @@
# flutter # flutter
> Google's free, open source, and cross-platform mobile app SDK. > Google's free, open source, and cross-platform mobile app SDK.
> Some subcommands such as `flutter pub` have their own usage documentation. > Some subcommands such as `pub` have their own usage documentation.
> More information: <https://github.com/flutter/flutter/wiki/The-flutter-tool>. > More information: <https://github.com/flutter/flutter/wiki/The-flutter-tool>.
- Initialize a new Flutter project in a directory of the same name: - Initialize a new Flutter project in a directory of the same name:

View file

@ -1,7 +1,7 @@
# fossil # fossil
> Distributed version control system. > Distributed version control system.
> Some subcommands such as `fossil commit` have their own usage documentation. > Some subcommands such as `commit` have their own usage documentation.
> More information: <https://fossil-scm.org/>. > More information: <https://fossil-scm.org/>.
- Execute a Fossil subcommand: - Execute a Fossil subcommand:

View file

@ -1,7 +1,7 @@
# gh pr # gh pr
> Manage GitHub pull requests. > Manage GitHub pull requests.
> Some subcommands such as `gh pr create` have their own usage documentation. > Some subcommands such as `create` have their own usage documentation.
> More information: <https://cli.github.com/manual/gh_pr>. > More information: <https://cli.github.com/manual/gh_pr>.
- Create a pull request: - Create a pull request:

View file

@ -1,7 +1,7 @@
# gh # gh
> Work seamlessly with GitHub. > Work seamlessly with GitHub.
> Some subcommands such as `gh config` have their own usage documentation. > Some subcommands such as `config` have their own usage documentation.
> More information: <https://cli.github.com/>. > More information: <https://cli.github.com/>.
- Clone a GitHub repository locally: - Clone a GitHub repository locally:

View file

@ -1,7 +1,7 @@
# gitlab # gitlab
> Ruby wrapper for the GitLab API. > Ruby wrapper for the GitLab API.
> Some subcommands such as `gitlab ctl` have their own usage documentation. > Some subcommands such as `ctl` have their own usage documentation.
> More information: <https://narkoz.github.io/gitlab/>. > More information: <https://narkoz.github.io/gitlab/>.
- Create a new project: - Create a new project:

View file

@ -1,7 +1,7 @@
# glab mr # glab mr
> Manage GitLab merge requests. > Manage GitLab merge requests.
> Some subcommands such as `glab mr create` have their own usage documentation. > Some subcommands such as `create` have their own usage documentation.
> More information: <https://glab.readthedocs.io/en/latest/mr>. > More information: <https://glab.readthedocs.io/en/latest/mr>.
- Create a merge request: - Create a merge request:

View file

@ -1,7 +1,7 @@
# glab # glab
> Work seamlessly with GitLab. > Work seamlessly with GitLab.
> Some subcommands such as `glab config` have their own usage documentation. > Some subcommands such as `config` have their own usage documentation.
> More information: <https://github.com/profclems/glab>. > More information: <https://github.com/profclems/glab>.
- Clone a GitLab repository locally: - Clone a GitLab repository locally:

View file

@ -1,7 +1,7 @@
# go # go
> Manage Go source code. > Manage Go source code.
> Some subcommands such as `go build` have their own usage documentation. > Some subcommands such as `build` have their own usage documentation.
> More information: <https://golang.org>. > More information: <https://golang.org>.
- Download and install a package, specified by its import path: - Download and install a package, specified by its import path:

View file

@ -1,7 +1,7 @@
# hg # hg
> Mercurial - a distributed source control management system. > Mercurial - a distributed source control management system.
> Some subcommands such as `hg commit` have their own usage documentation. > Some subcommands such as `commit` have their own usage documentation.
> More information: <https://www.mercurial-scm.org>. > More information: <https://www.mercurial-scm.org>.
- Execute a Mercurial command: - Execute a Mercurial command:

View file

@ -1,7 +1,7 @@
# kubectl # kubectl
> Command-line interface for running commands against Kubernetes clusters. > Command-line interface for running commands against Kubernetes clusters.
> Some subcommands such as `kubectl run` have their own usage documentation. > Some subcommands such as `run` have their own usage documentation.
> More information: <https://kubernetes.io/docs/reference/kubectl/>. > More information: <https://kubernetes.io/docs/reference/kubectl/>.
- List information about a resource with more details: - List information about a resource with more details:

View file

@ -1,7 +1,7 @@
# mamba # mamba
> Fast, cross-platform package manager, intended as a drop-in replacement for conda. > Fast, cross-platform package manager, intended as a drop-in replacement for conda.
> Some subcommands such as `mamba repoquery` have their own usage documentation. > Some subcommands such as `repoquery` have their own usage documentation.
> More information: <https://mamba.readthedocs.io/en/latest/user_guide/mamba.html>. > More information: <https://mamba.readthedocs.io/en/latest/user_guide/mamba.html>.
- Create a new environment, installing the specified packages into it: - Create a new environment, installing the specified packages into it:

View file

@ -1,7 +1,7 @@
# nxc # nxc
> Network service enumeration and exploitation tool. > Network service enumeration and exploitation tool.
> Some subcommands such as `nxc smb` have their own usage documentation. > Some subcommands such as `smb` have their own usage documentation.
> More information: <https://www.netexec.wiki/>. > More information: <https://www.netexec.wiki/>.
- [L]ist available modules for the specified protocol: - [L]ist available modules for the specified protocol:

View file

@ -1,7 +1,7 @@
# odps # odps
> Aliyun ODPS (Open Data Processing Service) command-line tool. > Aliyun ODPS (Open Data Processing Service) command-line tool.
> Some subcommands such as `odps inst` have their own usage documentation. > Some subcommands such as `inst` have their own usage documentation.
> More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>. > More information: <https://www.alibabacloud.com/help/doc-detail/27971.htm>.
- Start the command-line with a custom configuration file: - Start the command-line with a custom configuration file:

View file

@ -1,7 +1,7 @@
# openssl # openssl
> OpenSSL cryptographic toolkit. > OpenSSL cryptographic toolkit.
> Some subcommands such as `openssl req` have their own usage documentation. > Some subcommands such as `req` have their own usage documentation.
> More information: <https://www.openssl.org>. > More information: <https://www.openssl.org>.
- Display help: - Display help:

View file

@ -1,7 +1,7 @@
# pio # pio
> Development environment for embedded boards. > Development environment for embedded boards.
> Some subcommands such as `pio run` have their own usage documentation. > Some subcommands such as `run` have their own usage documentation.
> More information: <https://docs.platformio.org/en/latest/core/userguide/>. > More information: <https://docs.platformio.org/en/latest/core/userguide/>.
- Display help and list subcommands: - Display help and list subcommands:

View file

@ -1,7 +1,7 @@
# pip # pip
> Python package manager. > Python package manager.
> Some subcommands such as `pip install` have their own usage documentation. > Some subcommands such as `install` have their own usage documentation.
> More information: <https://pip.pypa.io>. > More information: <https://pip.pypa.io>.
- Install a package (see `pip install` for more install examples): - Install a package (see `pip install` for more install examples):

View file

@ -1,7 +1,7 @@
# pueue # pueue
> A task management tool for sequential and parallel execution of long-running tasks. > A task management tool for sequential and parallel execution of long-running tasks.
> Some subcommands such as `pueue add` have their own usage documentation. > Some subcommands such as `add` have their own usage documentation.
> More information: <https://github.com/Nukesor/pueue>. > More information: <https://github.com/Nukesor/pueue>.
- Show general help and available subcommands: - Show general help and available subcommands:

View file

@ -1,7 +1,7 @@
# pulumi # pulumi
> Define infrastructure on any cloud using familiar programming languages. > Define infrastructure on any cloud using familiar programming languages.
> Some subcommands such as `pulumi up` have their own usage documentation. > Some subcommands such as `up` have their own usage documentation.
> More information: <https://www.pulumi.com/docs/cli>. > More information: <https://www.pulumi.com/docs/cli>.
- Create a new project using a template: - Create a new project using a template:

View file

@ -1,7 +1,7 @@
# puppet # puppet
> Help to manage and automate the configuration of servers. > Help to manage and automate the configuration of servers.
> Some subcommands such as `puppet agent` have their own usage documentation. > Some subcommands such as `agent` have their own usage documentation.
> More information: <https://puppet.com/>. > More information: <https://puppet.com/>.
- Execute a Puppet subcommand: - Execute a Puppet subcommand:

View file

@ -1,7 +1,7 @@
# rails # rails
> A server-side MVC framework written in Ruby. > A server-side MVC framework written in Ruby.
> Some subcommands such as `rails generate` have their own usage documentation. > Some subcommands such as `generate` have their own usage documentation.
> More information: <https://guides.rubyonrails.org/command_line.html>. > More information: <https://guides.rubyonrails.org/command_line.html>.
- Create a new rails project: - Create a new rails project:

View file

@ -1,7 +1,7 @@
# starship # starship
> The minimal, blazing-fast, and infinitely customizable prompt for any shell. > The minimal, blazing-fast, and infinitely customizable prompt for any shell.
> Some subcommands such as `starship init` have their own usage documentation. > Some subcommands such as `init` have their own usage documentation.
> More information: <https://starship.rs>. > More information: <https://starship.rs>.
- Print the starship integration code for the specified shell: - Print the starship integration code for the specified shell:

View file

@ -1,7 +1,7 @@
# tailscale # tailscale
> A private WireGuard network service. > A private WireGuard network service.
> Some subcommands such as `tailscale up` have their own usage documentation. > Some subcommands such as `up` have their own usage documentation.
> More information: <https://tailscale.com>. > More information: <https://tailscale.com>.
- Connect to Tailscale: - Connect to Tailscale:

View file

@ -1,7 +1,7 @@
# tlmgr # tlmgr
> Manage packages and configuration options of an existing TeX Live installation. > Manage packages and configuration options of an existing TeX Live installation.
> Some subcommands such as `tlmgr paper` have their own usage documentation. > Some subcommands such as `paper` have their own usage documentation.
> More information: <https://www.tug.org/texlive/tlmgr.html>. > More information: <https://www.tug.org/texlive/tlmgr.html>.
- Install a package and its dependencies: - Install a package and its dependencies:

View file

@ -1,7 +1,7 @@
# uv # uv
> A fast Python package and project manager. > A fast Python package and project manager.
> Some subcommands such as `uv tool` and `uv python` have their own usage documentation. > Some subcommands such as `tool` and `python` have their own usage documentation.
> More information: <https://docs.astral.sh/uv/reference/cli>. > More information: <https://docs.astral.sh/uv/reference/cli>.
- Create a new Python project in the current directory: - Create a new Python project in the current directory:

View file

@ -2,7 +2,7 @@
> Command-line interface to VirtualBox. > Command-line interface to VirtualBox.
> Includes all the functionality of the GUI and more. > Includes all the functionality of the GUI and more.
> Some subcommands such as `vboxmanage startvm` have their own usage documentation. > Some subcommands such as `startvm` have their own usage documentation.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro>. > More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro>.
- Execute a VboxManage subcommand: - Execute a VboxManage subcommand:

View file

@ -1,7 +1,7 @@
# virsh # virsh
> Manage virsh guest domains. (Note: 'guest_id' can be the ID, name or UUID of the guest). > Manage `virsh` guest domains. (Note: `guest_id` can be the ID, name or UUID of the guest).
> Some subcommands such as `virsh list` have their own usage documentation. > Some subcommands such as `list` have their own usage documentation.
> More information: <https://libvirt.org/manpages/virsh.html>. > More information: <https://libvirt.org/manpages/virsh.html>.
- Connect to a hypervisor session: - Connect to a hypervisor session:

View file

@ -1,7 +1,7 @@
# vue # vue
> Multi-purpose CLI for Vue.js. > Multi-purpose CLI for Vue.js.
> Some subcommands such as `vue build` have their own usage documentation. > Some subcommands such as `build` have their own usage documentation.
> More information: <https://cli.vuejs.org>. > More information: <https://cli.vuejs.org>.
- Create a new Vue project interactively: - Create a new Vue project interactively:

View file

@ -1,7 +1,7 @@
# xml # xml
> XMLStarlet Toolkit: query, edit, check, convert and transform XML documents. > XMLStarlet Toolkit: query, edit, check, convert and transform XML documents.
> Some subcommands such as `xml validate` have their own usage documentation. > Some subcommands such as `validate` have their own usage documentation.
> More information: <http://xmlstar.sourceforge.net/docs.php>. > More information: <http://xmlstar.sourceforge.net/docs.php>.
- Display general help, including the list of subcommands: - Display general help, including the list of subcommands:

View file

@ -1,7 +1,7 @@
# bpftool # bpftool
> Inspect and manipulate eBPF programs and maps in a simple way. > Inspect and manipulate eBPF programs and maps in a simple way.
> Some subcommands such as `bpftool prog` have their own usage documentation. > Some subcommands such as `prog` have their own usage documentation.
> More information: <https://manned.org/bpftool>. > More information: <https://manned.org/bpftool>.
- List information about loaded `eBPF` programs: - List information about loaded `eBPF` programs:

View file

@ -1,7 +1,7 @@
# btrfs # btrfs
> A filesystem based on the copy-on-write (COW) principle for Linux. > A filesystem based on the copy-on-write (COW) principle for Linux.
> Some subcommands such as `btrfs device` have their own usage documentation. > Some subcommands such as `device` have their own usage documentation.
> More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>. > More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
- Create subvolume: - Create subvolume:

View file

@ -1,7 +1,7 @@
# dpkg # dpkg
> Debian package manager. > Debian package manager.
> Some subcommands such as `dpkg deb` have their own usage documentation. > Some subcommands such as `deb` have their own usage documentation.
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. > For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
> More information: <https://manned.org/dpkg>. > More information: <https://manned.org/dpkg>.

View file

@ -1,7 +1,7 @@
# ip # ip
> Show/manipulate routing, devices, policy routing and tunnels. > Show/manipulate routing, devices, policy routing and tunnels.
> Some subcommands such as `ip address` have their own usage documentation. > Some subcommands such as `address` have their own usage documentation.
> More information: <https://www.manned.org/ip.8>. > More information: <https://www.manned.org/ip.8>.
- List interfaces with detailed info: - List interfaces with detailed info:

View file

@ -1,7 +1,7 @@
# toolbox # toolbox
> Manage containerized command-line environments on Linux. > Manage containerized command-line environments on Linux.
> Some subcommands such as `toolbox create` have their own usage documentation. > Some subcommands such as `create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>. > More information: <https://manned.org/toolbox.1>.
- Run a `toolbox` subcommand: - Run a `toolbox` subcommand:

View file

@ -1,7 +1,7 @@
# diskutil # diskutil
> Utility to manage local disks and volumes. > Utility to manage local disks and volumes.
> Some subcommands such as `diskutil partitiondisk` have their own usage documentation. > Some subcommands such as `partitiondisk` have their own usage documentation.
> More information: <https://keith.github.io/xcode-man-pages/diskutil.8.html>. > More information: <https://keith.github.io/xcode-man-pages/diskutil.8.html>.
- List all currently available disks, partitions and mounted volumes: - List all currently available disks, partitions and mounted volumes:

View file

@ -1,7 +1,7 @@
# choco # choco
> The Chocolatey package manager. > The Chocolatey package manager.
> Some subcommands such as `choco install` have their own usage documentation. > Some subcommands such as `install` have their own usage documentation.
> More information: <https://chocolatey.org>. > More information: <https://chocolatey.org>.
- Execute a Chocolatey command: - Execute a Chocolatey command:

View file

@ -1,7 +1,7 @@
# reg # reg
> Manage keys and their values in the Windows registry. > Manage keys and their values in the Windows registry.
> Some subcommands such as `reg add` have their own usage documentation. > Some subcommands such as `add` have their own usage documentation.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg>. > More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/reg>.
- Execute a registry command: - Execute a registry command: