*: change command line
to command-line
(#12996)
Change `command line` to `command-line`
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
`crystal build {{path/to/file.cr}}`
|
||||
|
||||
- Read Crystal source code from the command line or `stdin`, and execute it:
|
||||
- Read Crystal source code from the command-line or `stdin`, and execute it:
|
||||
|
||||
`crystal eval '{{code}}'`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# immich-cli
|
||||
|
||||
> Immich has a command line interface (CLI) that allows you to perform certain actions from the command line.
|
||||
> Immich has a command-line interface (CLI) that allows you to perform certain actions from the command-line.
|
||||
> See also: `immich-go`.
|
||||
> More information: <https://immich.app/docs/features/command-line-interface/>.
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
|
||||
`{{echo 'Files.list(Paths.get("/etc")).forEach(System.out::println);'}} | jbang -`
|
||||
|
||||
- Run command line application:
|
||||
- Run command-line application:
|
||||
|
||||
`jbang {{path/to/file.java}} {{command}} {{arg1 arg2 ...}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# mods
|
||||
|
||||
> AI for the command line, built for pipelines.
|
||||
> AI for the command-line, built for pipelines.
|
||||
> More information: <https://github.com/charmbracelet/mods>.
|
||||
|
||||
- Ask a generic question:
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
`set -b`
|
||||
|
||||
- Write and edit text in the command line with `vi`-like keybindings (e.g. `yy`):
|
||||
- Write and edit text in the command-line with `vi`-like keybindings (e.g. `yy`):
|
||||
|
||||
`set -o {{vi}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# sf
|
||||
|
||||
> A powerful command line interface that simplifies development and build automation when working with your Salesforce org.
|
||||
> A powerful command-line interface that simplifies development and build automation when working with your Salesforce org.
|
||||
> More information: <https://developer.salesforce.com/tools/salesforcecli>.
|
||||
|
||||
- Authorize a Salesforce Organization:
|
||||
|
@@ -11,6 +11,6 @@
|
||||
|
||||
`VBoxManage registervm {{path/to/filename.vbox}} --password {{path/to/password_file}}`
|
||||
|
||||
- Prompt for the encryption password on the command line:
|
||||
- Prompt for the encryption password on the command-line:
|
||||
|
||||
`VBoxManage registervm {{path/to/filename.vbox}} --password -`
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
`wfuzz -c --hc {{401}} -s {{delay_between_requests_in_seconds}} -z file,{{path/to/usernames}} -z file,{{path/to/passwords}} --basic 'FUZZ:FUZ2Z' {{https://example.com}}`
|
||||
|
||||
- Provide wordlist directly from the command line and use POST request for fuzzing:
|
||||
- Provide wordlist directly from the command-line and use POST request for fuzzing:
|
||||
|
||||
`wfuzz -z list,{{word1-word2-...}} {{https://api.example.com}} -d {{"id=FUZZ&showwallet=true"}}`
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# wikit
|
||||
|
||||
> A command line program for getting Wikipedia summaries easily.
|
||||
> A command-line program for getting Wikipedia summaries easily.
|
||||
> More information: <https://github.com/KorySchneider/wikit>.
|
||||
|
||||
- Show a short summary of a specific topic on Wikipedia:
|
||||
|
@@ -15,6 +15,6 @@
|
||||
|
||||
`grub-editenv /boot/grub/grubenv unset saved_entry`
|
||||
|
||||
- Append "quiet splash" to the kernel command line:
|
||||
- Append "quiet splash" to the kernel command-line:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list kernel_cmdline`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# navi
|
||||
|
||||
> An interactive cheatsheet tool for the command line and application launchers.
|
||||
> An interactive cheatsheet tool for the command-line and application launchers.
|
||||
> More information: <https://github.com/denisidoro/navi>.
|
||||
|
||||
- Browse through all available cheatsheets:
|
||||
|
Reference in New Issue
Block a user