fix(me): register --full flag in autocorrect registry
The --full flag was being incorrectly corrected to --all because it wasn't registered in COMMAND_FLAGS for the me command.
This commit is contained in:
@@ -299,6 +299,7 @@ const COMMAND_FLAGS: &[(&str, &[&str])] = &[
|
|||||||
"--all",
|
"--all",
|
||||||
"--user",
|
"--user",
|
||||||
"--fields",
|
"--fields",
|
||||||
|
"--full",
|
||||||
"--reset-cursor",
|
"--reset-cursor",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user