mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 06:34:09 +00:00 
			
		
		
		
	| @@ -186,7 +186,7 @@ def is_app(command, *app_names, **kwargs): | |||||||
|  |  | ||||||
|  |  | ||||||
| def for_app(*app_names, **kwargs): | def for_app(*app_names, **kwargs): | ||||||
|     """Specifies that matching script is for on of app names.""" |     """Specifies that matching script is for one of app names.""" | ||||||
|     def _for_app(fn, command): |     def _for_app(fn, command): | ||||||
|         if is_app(command, *app_names, **kwargs): |         if is_app(command, *app_names, **kwargs): | ||||||
|             return fn(command) |             return fn(command) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user