Add auto_args

This commit is contained in:
2025-05-18 22:24:44 -04:00
parent 70a527358d
commit afa47b0bac
15 changed files with 511 additions and 47 deletions

View File

@ -1,7 +1,7 @@
import pytest
from falyx.argparse import ArgumentAction, CommandArgumentParser
from falyx.exceptions import CommandArgumentError
from falyx.parsers import ArgumentAction, CommandArgumentParser
from falyx.signals import HelpSignal