*: standardize "command-line" (#10300)

This commit is contained in:
pixel
2023-05-30 20:37:28 +02:00
committed by GitHub
parent 52447db138
commit d8991be0e8
27 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# clifm
> The command line file manager.
> The command-line file manager.
> More information: <https://github.com/leo-arch/clifm>.
- Start CliFM:

View File

@@ -1,6 +1,6 @@
# cs complete dep
> Allows the developer to search for libraries without searching directly on the web but from the command line.
> Allows the developer to search for libraries without searching directly on the web but from the command-line.
> More information: <https://get-coursier.io/docs/cli-complete>.
- Print which artifacts are published under a specific Maven group identifier:

View File

@@ -1,6 +1,6 @@
# ern
> Electrode Native platform command line client.
> Electrode Native platform command-line client.
> More information: <https://native.electrode.io/reference/index-6>.
- Create a new `ern` application (`MiniApp`):

View File

@@ -1,6 +1,6 @@
# gh secret set
> Create or update GitHub secrets from the command line.
> Create or update GitHub secrets from the command-line.
> More information: <https://cli.github.com/manual/gh_secret_set>.
- Set a secret for the current repository (user will be prompted for the value):

View File

@@ -7,6 +7,6 @@
`gnatprep {{source_file}} {{target_file}} {{definitions_file}}`
- Specify symbol values in the command line:
- Specify symbol values in the command-line:
`gnatprep -D{{name}}={{value}} {{source_file}} {{target_file}}`

View File

@@ -1,6 +1,6 @@
# gsutil
> The gsutil CLI lets you access Google Cloud Storage from the command line.
> The gsutil CLI lets you access Google Cloud Storage from the command-line.
> You can use gsutil to do a wide range of bucket and object management tasks.
> More information: <https://cloud.google.com/storage/docs/gsutil>.

View File

@@ -7,7 +7,7 @@
`lli {{path/to/file.ll}}`
- Execute with command line arguments:
- Execute with command-line arguments:
`lli {{path/to/file.ll}} {{argument1 argument2 ...}}`

View File

@@ -1,6 +1,6 @@
# neomutt
> NeoMutt command line email client.
> NeoMutt command-line email client.
> More information: <https://neomutt.org>.
- Open the specified mailbox:

View File

@@ -1,6 +1,6 @@
# railway
> Connect code to a Railway project from the command line.
> Connect code to a Railway project from the command-line.
> More information: <https://railway.app/>.
- Login to a Railway account:
@@ -11,7 +11,7 @@
`railway link {{projectId}}`
- Create a new project directly from the command line:
- Create a new project directly from the command-line:
`railway init`

View File

@@ -1,7 +1,7 @@
# tailscale up
> Connects the client to the Tailscale network.
> In version 1.8 and above, command line arguments are stored and reused until they're overwritten or `--reset` is called.
> In version 1.8 and above, command-line arguments are stored and reused until they're overwritten or `--reset` is called.
> More information: <https://tailscale.com/kb/admin/>.
- Connect to Tailscale:

View File

@@ -1,6 +1,6 @@
# tcc
> A tiny C compiler that can run C source files as scripts and otherwise has command line options similar to `gcc`.
> A tiny C compiler that can run C source files as scripts and otherwise has command-line options similar to `gcc`.
> More information: <https://bellard.org/tcc/tcc-doc.html>.
- Compile and link 2 source files to generate an executable:

View File

@@ -1,6 +1,6 @@
# tcsh
> C shell with file name completion and command line editing.
> C shell with file name completion and command-line editing.
> See also: `csh`.
> More information: <https://manned.org/tcsh>.

View File

@@ -1,6 +1,6 @@
# tts
> Synthesize speech on the command line.
> Synthesize speech on the command-line.
> More information: <https://github.com/coqui-ai/TTS#command-line-tts>.
- Run text-to-speech with the default models, writing the output to "tts_output.wav":

View File

@@ -1,6 +1,6 @@
# u3d
> Set of tools to interact with Unity from command line.
> Set of tools to interact with Unity from command-line.
> More information: <https://github.com/DragonBox/u3d>.
- Open project from the current directory in correct Unity version:

View File

@@ -1,6 +1,6 @@
# vifm
> Vifm (VI File Manager) is a command line file manager.
> Vifm (VI File Manager) is a command-line file manager.
> More information: <https://github.com/vifm/vifm>.
- Open the current directory:

View File

@@ -1,6 +1,6 @@
# xmlstarlet
> A commandline XML/XSLT toolkit.
> A command-line XML/XSLT toolkit.
> Note: You will likely need to know XPath: <https://developer.mozilla.org/en-US/docs/Web/XPath>.
> More information: <https://xmlstar.sourceforge.net/docs.php>.

View File

@@ -1,6 +1,6 @@
# yolo
> The YOLO command line interface lets you simply train, validate or infer models on various tasks and versions.
> The YOLO command-line interface lets you simply train, validate or infer models on various tasks and versions.
> More information: <https://docs.ultralytics.com/cli/>.
- Create a copy of the default configuration in your current working directory: