Normalize epilogue -> epilog, allow version to be modifiable, don't allow empty input in repl

This commit is contained in:
2025-06-01 23:02:35 -04:00
parent 1c97857cb8
commit 079bc0ee77
8 changed files with 21 additions and 21 deletions

View File

@ -74,17 +74,10 @@ class Foo:
await self.flx.run()
def parse_args() -> Namespace:
parsers: FalyxParsers = get_arg_parsers()
return parsers.parse_args()
async def main() -> None:
"""Build and return a Falyx instance with all your commands."""
args = parse_args()
flx = Falyx(
title="🚀 Falyx CLI",
cli_args=args,
columns=5,
welcome_message="Welcome to Falyx CLI!",
exit_message="Goodbye!",