jj/cli
Yuya Nishihara 71440fce11 cli: simplify formatting of sizes in "file too large" warning message
As Martin spotted, the original code can't prevent "1.0GiB, maximum size allowed
is ~1.0GiB." I personally don't mind if the error message contained the exact
size, so I simply let it print both exact and human byte sizes unconditionally.
2024-12-11 20:19:51 +09:00
..
examples working_copy: plumbing to propagate untracked paths to caller 2024-12-11 20:19:51 +09:00
src cli: simplify formatting of sizes in "file too large" warning message 2024-12-11 20:19:51 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests cli: simplify formatting of sizes in "file too large" warning message 2024-12-11 20:19:51 +09:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml cargo: drop dependency on config crate 2024-12-10 16:08:50 +09:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE