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, ToText,
ToToml, ToToml,
ToTsv, ToTsv,
Touch,
Upsert, Upsert,
Where, Where,
ToXml, ToXml,