scriptFI
scriptFI is a Python library designed to simplify the process of writing command-line interfaces (CLIs) in Python. It aims to make it easier for developers to create applications that can be controlled and interacted with via the terminal. The library provides a declarative way to define commands, arguments, and options, reducing the amount of boilerplate code typically required for CLI development.
Key features of scriptFI include automatic parsing of command-line arguments, built-in support for help messages, and
The library promotes a clean and organized structure for CLI applications. By separating the command logic