mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 12:58:33 +00:00
Added back-ticks for the consistency (#845)
This commit is contained in:
parent
a0286b402a
commit
5fd4f74701
@ -233,7 +233,7 @@ following rules are enabled by default:
|
|||||||
* `go_run` – appends `.go` extension when compiling/running Go programs;
|
* `go_run` – appends `.go` extension when compiling/running Go programs;
|
||||||
* `gradle_no_task` – fixes not found or ambiguous `gradle` task;
|
* `gradle_no_task` – fixes not found or ambiguous `gradle` task;
|
||||||
* `gradle_wrapper` – replaces `gradle` with `./gradlew`;
|
* `gradle_wrapper` – replaces `gradle` with `./gradlew`;
|
||||||
* `grep_arguments_order` – fixes grep arguments order for situations like `grep -lir . test`;
|
* `grep_arguments_order` – fixes `grep` arguments order for situations like `grep -lir . test`;
|
||||||
* `grep_recursive` – adds `-r` when you try to `grep` directory;
|
* `grep_recursive` – adds `-r` when you try to `grep` directory;
|
||||||
* `grunt_task_not_found` – fixes misspelled `grunt` commands;
|
* `grunt_task_not_found` – fixes misspelled `grunt` commands;
|
||||||
* `gulp_not_task` – fixes misspelled `gulp` tasks;
|
* `gulp_not_task` – fixes misspelled `gulp` tasks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user