update description
This commit is contained in:
parent
61c6207ff9
commit
b1ad0e9f02
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "better-commands"
|
||||
description = "Better commands - get stdout and stderr together, with timestamps"
|
||||
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as it runs line-by-line"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# better-commands
|
||||
|
||||
A better way of running commands.
|
||||
|
||||
`better-commands` allows you to run commands with both `stdout` and `stderr` properly, with command duration and timestamps for each line built-in.
|
||||
A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line.
|
||||
|
||||
## TODO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue