1
0
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:
Rafał Zawadzki 2018-10-08 22:20:17 +02:00 committed by Vladimir Iakovlev
parent a0286b402a
commit 5fd4f74701

View File

@ -233,7 +233,7 @@ following rules are enabled by default:
* `go_run` – appends `.go` extension when compiling/running Go programs;
* `gradle_no_task` – fixes not found or ambiguous `gradle` task;
* `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;
* `grunt_task_not_found` – fixes misspelled `grunt` commands;
* `gulp_not_task` – fixes misspelled `gulp` tasks;