-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
REPL: Add .clearhistory commandΒ #63905
Copy link
Copy link
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Awaiting Triage
What is the problem this feature will solve?
This feature allows users to clear REPL history from within the REPL itself, avoiding the need to manually locate and delete the history file. Similar to how Git Bash supports
history -c.What is the feature you are proposing to solve the problem?
This built-in command allows users to clear REPL history from within the REPL itself, avoiding the need to manually locate and delete the history file.
What alternatives have you considered?
No response