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:
parent
d2a1f96dbd
commit
c0a101eb84
|
@ -289,7 +289,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
|
|||
ToText,
|
||||
ToToml,
|
||||
ToTsv,
|
||||
Touch,
|
||||
Upsert,
|
||||
Where,
|
||||
ToXml,
|
||||
|
|
Loading…
Reference in New Issue
Block a user