-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Labels
Needs-Triage 🔍It's a new issue that core contributor team needs to triage.It's a new issue that core contributor team needs to triage.
Description
ran a command with 'secrets' and found that it doesnt get stored in history.
what idiot or bot thought it would be a good idea to do this stupid shit? it wasnt a problem before. imagine all the people's
time youve wasted bc they're left guessing why the fuck their command isnt in the history, as if they're supposed to just know.
PSReadLine/PSReadLine/History.cs
Line 666 in e266ca6
| && (string.Equals(arg2, "secrets", StringComparison.OrdinalIgnoreCase) || string.Equals(arg2, "secret", StringComparison.OrdinalIgnoreCase)); |
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues, especially the pinned issues.
Exception report
Screenshot
N/A
Environment data
PS Version: 7.4.13Steps to reproduce
run echo 'secret' and close the tab and start new and hit up arrow or look at ConsoleHost_history its not there, but not echo 'secre'
Expected behavior
command should be in history. there's no fucking secret in the command, just the string.
Actual behavior
not in history
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs-Triage 🔍It's a new issue that core contributor team needs to triage.It's a new issue that core contributor team needs to triage.