diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-10 11:28:10 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-10 11:28:10 -0500 |
commit | f7a13253e72f1dde7389fb98c090b753fdfc42b9 (patch) | |
tree | b2433e907a78636363dc042be77aa8492c45f656 /src/help.rs | |
parent | update aur depends (diff) | |
download | crab-f7a13253e72f1dde7389fb98c090b753fdfc42b9.tar.gz crab-f7a13253e72f1dde7389fb98c090b753fdfc42b9.tar.bz2 crab-f7a13253e72f1dde7389fb98c090b753fdfc42b9.zip |
slight refactor
Diffstat (limited to '')
-rw-r--r-- | src/help.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/help.rs b/src/help.rs deleted file mode 100644 index e6f4a72..0000000 --- a/src/help.rs +++ /dev/null @@ -1,10 +0,0 @@ -pub fn help() { - let help = -"Usage: - crab [-d] command [args] -Options: - -v --version Get the current version of the package - -h --help Generates the crab help message - -d If your user is set to persist, dont save persistance"; - println!("{}", help); -} |