Skip to content

zhangfisher/mixcli

Repository files navigation

A toolkit for developing command line applications, based on commander, prompts, and logsets, providing functions such as command line parsing, automatic interactive prompts, and terminal interface enhancement.

中文

Features:

  • commander Provide command line parsing
  • prompts Provide interactive prompts
  • logsets Provide terminal output enhancement components
  • Automatically generate interactive prompts for command line option inference
  • Automatically search for commands that meet the conditions under the current dependency for merging, suitable for monorepo project development