Don't add touch command to default context twice

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"
This commit is contained in:
Yash Thakur 2024-07-13 10:06:32 -04:00 committed by GitHub
parent d2a1f96dbd
commit c0a101eb84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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