We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02292c6 commit 5f6d2baCopy full SHA for 5f6d2ba
1 file changed
README.md
@@ -25,7 +25,7 @@ The fastest way to see what all it can do you for you is to just try it out in y
25
26
Styler also includes two experimental refactoring tasks:
27
- `mix styler.remove_unused`: deletes unused `import|alias|require` nodes that generate compiler warnings
28
-- `mix styler.inline_attrs <file>`: inlines module attributes that have a literal value and are only referenced once, removing unnecessary indirection
+- `mix styler.inline_attrs`: inlines module attributes that have a literal value and are only referenced once, removing unnecessary indirection
29
30
## Who is Styler for?
31
0 commit comments