Skip to content

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Tap – universal command-line argument parser

Tap is a set of lightweight libraries for building CLI applications in Go and Rust.
Both implementations follow the same concept: minimal code, maximum convenience.


Common features

  • Commands with required and optional arguments
  • Flags --flag, --key=value, --key:value
  • Built‑in colour codes ([?GN], [?RD], [?RT], [?BOLD], [?BACK...])
  • Automatic help generation with alias grouping
  • Subcommand support (nested parsers)
  • Ability to disable colours globally

Details

Documentation and examples for each language:

License

MIT — see the LICENSE files in each directory for details.

About

Terminal Argument Parsing.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors