replace-all

Crates.ioreplace-all
lib.rsreplace-all
version0.1.1
sourcesrc
created_at2022-11-01 14:20:25.784386
updated_at2022-11-01 14:30:34.26842
descriptionCli to quickly replace occurences of a word in a file
homepage
repositoryhttps://github.com/nilsmartel/replace-all
max_upload_size
id702832
size8,595
Nils Martel (nilsmartel)

documentation

README

replace-all

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
Commit count: 8

cargo fmt