Skip to content

Releases: RevoltSecurities/RichParser

V1.0.1

08 Jul 13:04
1cf8e8b

Choose a tag to compare

📦 Richparser v1.0.1


✨ Features

  • 🖥️ Added auto mode to display the help feature of richparser

V1.0.0

07 Jul 07:54
1577a3f

Choose a tag to compare

📦 Richparser v1.0.0 – First Release

A modern and beautiful argument parser for Python CLIs using argparse + rich


✨ Features

  • ✅ Drop-in replacement for argparse
  • 🎨 Rich-powered help menus with section headers and rounded tables
  • 📁 Support for subcommands with independent flag groups
  • 🖥️ --plain mode to disable colors/styling for scripts or CI pipelines
  • 📂 Organized output: [INPUT], [FLAGS], [DEFAULT FLAGS], etc.
  • 🧠 Easy API to register arguments under custom sections