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",
|
||||
"--user",
|
||||
"--fields",
|
||||
"--full",
|
||||
"--reset-cursor",
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user