copie 0.2.0

Copies file from or to paths specified in environment variables and command-line.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
version = "3.0.0-beta.2"

[package]
authors = ["JonathanxD <jhrldev@gmail.com>"]
categories = ["command-line-utilities", "filesystem"]
description = "Copies file from or to paths specified in environment variables and command-line."
documentation = "https://docs.rs/copie/"
edition = "2018"
homepage = "https://github.com/JonathanxD/copie"
keywords = ["file-tools", "command-line", "copy", "editor", "visual"]
license = "MIT"
name = "copie"
readme = "README.md"
repository = "https://github.com/JonathanxD/copie"
version = "0.2.0"