Crates.io | dont |
lib.rs | dont |
version | 0.1.0 |
source | src |
created_at | 2022-03-26 01:02:15.414875 |
updated_at | 2022-03-26 01:02:15.414875 |
description | swiss army knife for everything you do not want to do |
homepage | https://github.com/qnighy/dont |
repository | https://github.com/qnighy/dont |
max_upload_size | |
id | 556500 |
size | 24,110 |
dont
command: swiss army knife for everything you do not want to docargo install dont
dont echo "hello world"
It doesn't print hello world
.
dont do-release-upgrade
It doesn't upgrade your operating system.
dont ls
It doesn't list the contents of the current directory.
dont dont echo "hello world"
It doesn't follow your second dont
. That means... uh oh.
MIT or Apache-2.0. See LICENSE.txt and LICENSE-Apache-2.0.txt.
If you find cases where dont
doesn't properly negate your intentions, feel free to submit a pull request. Be sure to include a test case.
Check your code by executing the following:
cargo test
cargo fmt
cargo clippy