pages/*: use the imperative in descriptions (#12574)
* pages/*: use the imperative in descriptions * go-fmt: put the description on one line
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# alias
|
||||
|
||||
> Creates aliases -- words that are replaced by a command string.
|
||||
> Create aliases - words that are replaced by a command string.
|
||||
> Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. `~/.bashrc`.
|
||||
> More information: <https://tldp.org/LDP/abs/html/aliases.html>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# apg
|
||||
|
||||
> Creates arbitrarily complex random passwords.
|
||||
> Create arbitrarily complex random passwords.
|
||||
> More information: <https://manned.org/apg>.
|
||||
|
||||
- Create random passwords (default password length is 8):
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# aws glue
|
||||
|
||||
> CLI for AWS Glue.
|
||||
> Defines the public endpoint for the AWS Glue service.
|
||||
> Define the public endpoint for the AWS Glue service.
|
||||
> More information: <https://docs.aws.amazon.com/cli/latest/reference/glue/>.
|
||||
|
||||
- List jobs:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# borg
|
||||
|
||||
> Deduplicating backup tool.
|
||||
> Creates local or remote backups that are mountable as filesystems.
|
||||
> Create local or remote backups that are mountable as filesystems.
|
||||
> More information: <https://borgbackup.readthedocs.io/en/stable/usage/general.html>.
|
||||
|
||||
- Initialize a (local) repository:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# conan frogarian
|
||||
|
||||
> Displays the conan frogarian.
|
||||
> Display the conan frogarian.
|
||||
> More information: <https://docs.conan.io/>.
|
||||
|
||||
- Display the conan frogarian:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# dirs
|
||||
|
||||
> Displays or manipulates the directory stack.
|
||||
> Display or manipulate the directory stack.
|
||||
> The directory stack is a list of recently visited directories that can be manipulated with the `pushd` and `popd` commands.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Directory-Stack-Builtins>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# dolt blame
|
||||
|
||||
> Displays commit information for each row of a Dolt table.
|
||||
> Display commit information for each row of a Dolt table.
|
||||
> More information: <https://docs.dolthub.com/cli-reference/cli#dolt-blame>.
|
||||
|
||||
- Display the latest commit for each row of a table:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# dolt version
|
||||
|
||||
> Displays the current dolt CLI version.
|
||||
> Display the current dolt CLI version.
|
||||
> More information: <https://docs.dolthub.com/cli-reference/cli#dolt-version>.
|
||||
|
||||
- Display version:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# duplicity
|
||||
|
||||
> Creates incremental, compressed, encrypted and versioned backups.
|
||||
> Create incremental, compressed, encrypted and versioned backups.
|
||||
> Can also upload the backups to a variety of backend services.
|
||||
> More information: <http://duplicity.nongnu.org>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# factor
|
||||
|
||||
> Prints the prime factorization of a number.
|
||||
> Print the prime factorization of a number.
|
||||
> More information: <https://www.gnu.org/software/coreutils/factor>.
|
||||
|
||||
- Display the prime-factorization of a number:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# from
|
||||
|
||||
> Prints mail header lines from the current user's mailbox.
|
||||
> Print mail header lines from the current user's mailbox.
|
||||
> More information: <https://mailutils.org/manual/html_chapter/Programs.html#frm-and-from>.
|
||||
|
||||
- List mail:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# gcal
|
||||
|
||||
> Displays calendar.
|
||||
> Display calendar.
|
||||
> More information: <https://www.gnu.org/software/gcal>.
|
||||
|
||||
- Display calendar for the current month:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# gh api
|
||||
|
||||
> Makes authenticated HTTP requests to the GitHub API and prints the response.
|
||||
> Make authenticated HTTP requests to the GitHub API and print the response.
|
||||
> More information: <https://cli.github.com/manual/gh_api>.
|
||||
|
||||
- Display the releases for the current repository in JSON format:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# git var
|
||||
|
||||
> Prints a Git logical variable's value.
|
||||
> Print a Git logical variable's value.
|
||||
> See `git config`, which is preferred over `git var`.
|
||||
> More information: <https://git-scm.com/docs/git-var>.
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
# go fmt
|
||||
|
||||
> Format Go source files.
|
||||
> Prints the filenames that are changed.
|
||||
> Format Go source files, printing the changed filenames.
|
||||
> More information: <https://pkg.go.dev/cmd/go#hdr-Gofmt__reformat__package_sources>.
|
||||
|
||||
- Format Go source files in the current directory:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# hostid
|
||||
|
||||
> Prints the numeric identifier for the current host (not necessarily the IP address).
|
||||
> Print the numeric identifier for the current host (not necessarily the IP address).
|
||||
> More information: <https://www.gnu.org/software/coreutils/hostid>.
|
||||
|
||||
- Display the numeric identifier for the current host in hexadecimal:
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# kubectl apply
|
||||
|
||||
> Manages applications through files defining Kubernetes resources. It creates and updates resources in a cluster.
|
||||
> Manage applications through files defining Kubernetes resources.
|
||||
> Create and update resources in a cluster.
|
||||
> More information: <https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply>.
|
||||
|
||||
- Apply a configuration to a resource by file name or `stdin`:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# ln
|
||||
|
||||
> Creates links to files and directories.
|
||||
> Create links to files and directories.
|
||||
> More information: <https://www.gnu.org/software/coreutils/ln>.
|
||||
|
||||
- Create a symbolic link to a file or directory:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# mkfifo
|
||||
|
||||
> Makes FIFOs (named pipes).
|
||||
> Make FIFOs (named pipes).
|
||||
> More information: <https://www.gnu.org/software/coreutils/mkfifo>.
|
||||
|
||||
- Create a named pipe at a given path:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# netstat
|
||||
|
||||
> Displays network-related information such as open connections, open socket ports, etc.
|
||||
> Display network-related information such as open connections, open socket ports, etc.
|
||||
> More information: <https://man7.org/linux/man-pages/man8/netstat.8.html>.
|
||||
|
||||
- List all ports:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pipenv
|
||||
|
||||
> Simple and unified Python development workflow.
|
||||
> Manages packages and the virtual environment for a project.
|
||||
> Manage packages and the virtual environment for a project.
|
||||
> More information: <https://pypi.org/project/pipenv>.
|
||||
|
||||
- Create a new project:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# salt-key
|
||||
|
||||
> Manages salt minion keys on the salt master.
|
||||
> Manage salt minion keys on the salt master.
|
||||
> Needs to be run on the salt master, likely as root or with sudo.
|
||||
> More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-key.html>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# tlmgr
|
||||
|
||||
> Manages 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.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# trawl
|
||||
|
||||
> Prints out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata.
|
||||
> Print out network interface information to the console, much like ifconfig/ipconfig/ip/ifdata.
|
||||
> More information: <https://github.com/robphoenix/trawl>.
|
||||
|
||||
- Show column names:
|
||||
|
Reference in New Issue
Block a user