cmd3

Crates.iocmd3
lib.rscmd3
version0.1.0
created_at2025-07-17 02:21:30.265906+00
updated_at2025-07-17 02:21:30.265906+00
descriptionA library for building high-level interactive CLI applications
homepage
repository
max_upload_size
id1756995
size33,295
Nathan Chin (nathandchin)

documentation

README

Summary

This library allows developers to quickly create interactive command line interfaces for applications.

NOTE: The API is not yet stable.

This library is heavily inspired by cmd2 for Python.

Features

  • Quickly define new commands by implementing the Command trait
  • Tab complete user-defined commands and their arguments
  • Call external commands by prefixing them with !
  • Pipe of output between internal and external commands seamlessly:
    > fetch-database-results | !column -t
    
Commit count: 0

cargo fmt