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
- Change clear command from -c to -p (following ZSH)
- Add history display with index in 2-column format when no args
- Add usage guidance for --help and invalid options
- Display "history: invalid option" message for incorrect arguments
Co-authored-by: bummoblizard <38398443+bummoblizard@users.noreply.github.com>
letusageMessage="Usage: history [option]\\nOptions:\\n (no option) Display command history with index\\n -p Clear command history\\n -h, --help Display this help message"
0 commit comments