Fitz CLI builder: como typer, pero en el lenguaje
Fitz CLI builder is a tool that allows developers to create native CLI tools without the need for external libraries like typer or click. It uses a convention-based approach to define positional arguments and flags, making it more concise and easier to use. With Fitz, developers can create self-contained binaries that are statically linked and don't require an interpreter. This approach eliminates the need for packagers like pyinstaller and allows for cross-platform compatibility.