Crates.io | replace-all |
lib.rs | replace-all |
version | 0.1.1 |
source | src |
created_at | 2022-11-01 14:20:25.784386 |
updated_at | 2022-11-01 14:30:34.26842 |
description | Cli to quickly replace occurences of a word in a file |
homepage | |
repository | https://github.com/nilsmartel/replace-all |
max_upload_size | |
id | 702832 |
size | 8,595 |
Replaces all occurences of a substring in a file
replace-all 0.1.1
USAGE:
replace-all <word> <replacement> <files...>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<files> One or more input files to use
<word> String to find and replace
<replacement> Replacement