mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 17:34:00 +01:00
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:
parent
a2758e6c40
commit
b0bf54614f
@ -290,7 +290,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