Add better starter examples init.py, change validation in config.py, add add_command_from_command

This commit is contained in:
2025-05-11 14:32:12 -04:00
parent 5c09f86b9b
commit e999ad5e1c
15 changed files with 324 additions and 131 deletions

View File

@ -1,3 +1,4 @@
# Falyx CLI Framework — (c) 2025 rtj.dev LLC — MIT Licensed
from __future__ import annotations
from typing import Any, Protocol