You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a feature for displaying real-time command usage hints while typing in the terminal. This feature would provide users with helpful information about command options and arguments as they type.
Feature Details:
users type a command, the terminal should display relevant command options, flags, or argumen in real-time.
offering quick guidance on how to properly use a command without needing to manually look up documentation.
Example
A user begins typing:
$ myShell: **SET**
we should hint users with the usage syntax inline like this
I would like to request a feature for displaying real-time command usage hints while typing in the terminal. This feature would provide users with helpful information about command options and arguments as they type.
Feature Details:
users type a command, the terminal should display relevant command options, flags, or argumen in real-time.
offering quick guidance on how to properly use a command without needing to manually look up documentation.
Example
A user begins typing:
we should hint users with the usage syntax inline like this
Note:
[[string]] : depicts hints
Benefits:
This request aims to provide an intuitive experience for users, reducing the friction of using unfamiliar or complex commands.
The text was updated successfully, but these errors were encountered: