Don't add touch command to default context twice (#13371)

# Description

Touch was added to the shell command context twice, once with the other
filesystem commands and once with the format commands. I removed that
second occurrence of touch, because I'm assuming it was only added there
because "Touch" starts with "To."

# User-Facing Changes
<!-- List of all changes that impact the user experience here. This
helps us keep track of breaking changes. -->

None
This commit is contained in:
Yash Thakur 2024-07-13 10:52:39 -04:00 committed by GitHub
parent a2758e6c40
commit b0bf54614f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
ToText,
ToToml,
ToTsv,
Touch,
Upsert,
Where,
ToXml,