Fix validation for empty input

This commit is contained in:
2025-06-01 23:12:53 -04:00
parent 079bc0ee77
commit e3ebc1b17b
4 changed files with 8 additions and 6 deletions

View File

@ -7,11 +7,9 @@ Licensed under the MIT License. See LICENSE file for details.
import asyncio
import random
from argparse import Namespace
from falyx.action import Action, ActionGroup, ChainedAction
from falyx.falyx import Falyx
from falyx.parsers import FalyxParsers, get_arg_parsers
from falyx.version import __version__