1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00
thefuck/thefuck
Joris Hartog 0f4a523dc4 Encapsulate force_command in _get_raw_command
Using the `force_command` argument will run into issues as the
`_get_raw_command` method simply returns the value of `force_command`
(which is a string) while it should actually return a list.

Fix #1240
2021-12-20 00:05:47 +01:00
..
entrypoints Encapsulate force_command in _get_raw_command 2021-12-20 00:05:47 +01:00
output_readers #697: Encode expanded script on Python 2 2021-08-17 15:40:56 +02:00
rules #977: Add wrong_hyphen_before_subcommand rule 2021-08-07 23:26:36 +02:00
shells #1215: Remove redirection to stderr with the ^ character 2021-07-18 15:10:48 +02:00
specific #1227: Make git_support support output-independent rules 2021-08-17 15:41:54 +02:00
system Fix Win32 get_key (#819) 2018-07-10 00:46:57 +02:00
__init__.py Add python 2 support 2015-04-17 16:24:03 +02:00
argument_parser.py Add fuck --hard as alternative to fuck --yeah (#963) 2019-10-08 23:44:22 +02:00
conf.py Add excluded_search_path_prefixes setting (#1165) 2021-04-21 19:43:21 +02:00
const.py Add excluded_search_path_prefixes setting (#1165) 2021-04-21 19:43:21 +02:00
corrector.py #1113: Ignore a rule that fails to load (#1124) 2020-11-03 18:26:13 +01:00
exceptions.py #682: Implement experimental instant mode 2017-08-25 11:44:07 +02:00
logs.py fixed grammar on how to configure message (#1029) 2019-12-23 17:57:42 +01:00
types.py #1113: Do not load excluded rules (#1125) 2020-11-03 18:27:09 +01:00
ui.py Comment correction on ui.py (#874) 2019-01-15 00:36:05 +01:00
utils.py #1188: Remove only leading whitespace chars from script 2021-07-29 21:43:24 +02:00