Option Completion
Optional Completions: some command completions that like-*, such as--globalingit config --global.- You should use option completion first.
- Taking
gitas an example, if you want to entergit config user.name --global xxx, you should use--globalcompletion first, and then useuser.name, and then enter the namexxx. - For options ending with
=, if there's completion definition, you can directly press theTabkey to get the completions.