Chiezo
Chiezo•9mo ago

CLI prompt consistent with Deno CLI

I want to make outputs of my CLI tools look consistent with Deno CLI. Is there a rust crate to do that? If not, which source code should I refer to?
3 Replies
Deno AI Helper
Deno AI Helper•9mo ago
The documentation does not provide a specific Rust crate for making your CLI tools' outputs look consistent with the Deno CLI. However, it does mention several modules and frameworks that can be used to build command-line interfaces with Deno, such as yargs, cliffy, denomander, tui, terminal_images, cliui, chalk, figlet.js, and dax. If you want to make your CLI output look like Deno's, you might want to look at Deno's own source code. The documentation does not provide a direct link to the specific part of the Deno source code that handles CLI output, but you can find the entire Deno source code on GitHub. Please note that this information is not explicitly stated in the documentation, so you might want to explore these resources and see if they meet your needs. 🦕
Chiezo
Chiezo•9mo ago