Skip to content

Commit

Permalink
docs: clarify
Browse files Browse the repository at this point in the history
Closes: #75
  • Loading branch information
matklad committed Dec 23, 2024
1 parent fa59b9c commit c49e270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
//!
//! * Ergonomics and DWIM ("do what I mean"): `cmd!` macro supports interpolation, writing to a file
//! automatically creates parent directories, etc.
//! * Reliability: no [shell injection] by construction, good error messages with file paths,
//! non-zero exit status is an error, independence of the host environment, etc.
//! * Reliability: no [shell injection] by construction, good error messages with file paths,
//! non-zero exit status is an error, consistent behavior across platforms, etc.
//! * Frugality: fast compile times, few dependencies, low-tech API.
//!
//! ## Guide
Expand Down

0 comments on commit c49e270

Please sign in to comment.