Completion Tip
The completion tip is only a helper and can be used as needed.
- Disable it for all completions:
psc menu config enable_tip 0 - Disable it for a specific completion:
psc completion git enable_tip 0
- Disable it for all completions:
General structure of the completion tip:
Usage+Description+ExampletxtU: install, add [-g, -u] [options] <app> This is a description of the command. E: install xxx add -g xxxExample Analysis:
- Usage: Begin with
U:- command name:
install - command alias:
add - required parameters:
<app>appis a simple summary of the parameters.
- optional parameters:
-g-u[options]: Some options.
- command name:
- Description: The description of the command.
- Example: Begin with
E:
- Usage: Begin with