mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:24:58 +02:00
Remove shape-directed import pattern parsing (#7570)
This commit is contained in:
@ -66,6 +66,7 @@ impl Completer for CustomCompletion {
|
||||
],
|
||||
redirect_stdout: true,
|
||||
redirect_stderr: true,
|
||||
parser_info: vec![],
|
||||
},
|
||||
PipelineData::empty(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user