Remove print statements
This commit is contained in:
@ -645,8 +645,6 @@ class CommandArgumentParser:
|
||||
if arg in self._keyword:
|
||||
next_flagged_index = index
|
||||
break
|
||||
print(f"next_flagged_index: {next_flagged_index}")
|
||||
print(f"{self._keyword_list=}")
|
||||
if next_flagged_index == -1:
|
||||
next_flagged_index = len(args)
|
||||
args_consumed = await self._consume_all_positional_args(
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.1.54"
|
||||
__version__ = "0.1.55"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "falyx"
|
||||
version = "0.1.54"
|
||||
version = "0.1.55"
|
||||
description = "Reliable and introspectable async CLI action framework."
|
||||
authors = ["Roland Thomas Jr <roland@rtj.dev>"]
|
||||
license = "MIT"
|
||||
|
Reference in New Issue
Block a user