We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cat_dir
1 parent 1dfd637 commit 4e755e4Copy full SHA for 4e755e4
thefuck/rules/cat_dir.py
@@ -1,9 +1,8 @@
1
import os
2
-
3
from thefuck.utils import for_app
4
5
6
-@for_app('cat')
+@for_app('cat', at_least=1)
7
def match(command):
8
return (
9
command.output.startswith('cat: ') and
0 commit comments