println-cli 0.1.0

Simple utility for printing a message with a newline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.clap]
features = ["derive"]
version = "4.1.4"

[dependencies.colored]
version = "2.0.0"

[package]
authors = ["Jake Swensen <jake@swensen.io>"]
description = "Simple utility for printing a message with a newline"
edition = "2021"
keywords = ["shell", "scripting", "print", "echo", "println"]
license = "MPL-2.0"
name = "println-cli"
readme = "README.md"
repository = "https://github.com/jdswensen/println-shell"
version = "0.1.0"