Replace command (#3823)

* replace command

* cargo fmt

* Signature correction
This commit is contained in:
Fernando Herrera
2021-07-22 14:45:46 +01:00
committed by GitHub
parent b7215b5dde
commit 9b5db297a6
5 changed files with 79 additions and 3 deletions

View File

@ -318,6 +318,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameTake),
whole_stream_command(DataFrameSetWithIdx),
whole_stream_command(DataFrameShape),
whole_stream_command(DataFrameReplace),
]);
#[cfg(feature = "clipboard-cli")]