concatenate

Crates.ioconcatenate
lib.rsconcatenate
version1.0.1
sourcesrc
created_at2020-02-03 07:51:16.441833
updated_at2020-02-03 08:05:17.615399
descriptionA simple tool for concatenating files
homepage
repositoryhttps://github.com/jam1garner/concat
max_upload_size
id204404
size8,338
(jam1garner)

documentation

README

concat

A simple tool for combining files fast.

Install

cargo install concatenate

Usage

concatenate 1.0.0

USAGE:
    concat [files]... <out-file>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <files>...    
    <out-file>

Note: the help text is broken due to a bug in structopt, out-file should come after infiles

Commit count: 4

cargo fmt