pretty-exec

Crates.iopretty-exec
lib.rspretty-exec
version0.5.0
sourcesrc
created_at2020-05-25 06:52:56.103647
updated_at2022-10-24 08:29:11.583859
descriptionPrint a command and then execute it
homepage
repositoryhttps://github.com/KSXGitHub/pretty-exec.git
max_upload_size
id245468
size28,756
Khải (KSXGitHub)

documentation

README

Pretty Exec

Test Travis Build Status

Print a command and then execute it.

Usage

Print a command and then execute it

pretty-exec -- <program> [arguments]...

Print a command only

pretty-exec --skip-exec -- <program> [arguments]...

Group command output in a group in a GitHub Action logs

pretty-exec --github-actions -- <program> [arguments]...

Print help message

pretty-exec --help

Installation

From Crates.io

cargo install pretty-exec

From GitHub Release

Just go to the release page and download suitable binary.

From the Arch User Repository (AUR)

Build from source

yay -S pretty-exec

Download prebuilt binary

yay -S pretty-exec-bin

License

MIT © Hoàng Văn Khải

Commit count: 630

cargo fmt