changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/util/src/cli.rs

changeset 69: 55fbe0e45b62
parent: 0ccbbd142694
child: 97c99e44a22f
author: ellis <ellis@rwest.io>
date: Sat, 02 Dec 2023 23:31:56 -0500
permissions: -rw-r--r--
description: rust krypt
1 //! cli module
2 #[cfg(feature = "bs")]
3 pub use clap_complete;
4 pub use indicatif;
5 pub use terminal_clipboard;