falyx/falyx/action
Roland Thomas Jr ba562168aa
hotfix syntax error < python3.12
2025-05-24 13:46:07 -04:00
..
.pytyped Add auto_args 2025-05-18 22:24:44 -04:00
__init__.py Add PromptMenuAction, add cancel button to SelectionAction, make get_command async, add Action validation and defauilt nargs to None. 2025-05-24 12:29:16 -04:00
action.py hotfix syntax error < python3.12 2025-05-24 13:46:07 -04:00
action_factory.py Remove args/kwargs being passed to generated Action from FactoryAction 2025-05-21 23:35:57 -04:00
http_action.py Create action submodule, add various examples 2025-05-13 20:07:31 -04:00
io_action.py Add cancel for SelectionActions, Add args/kwargs to ActionFactoryAction, remove requires_input detection, add return types to SelectionAction, add option to hide_menu_table 2025-05-21 23:18:45 -04:00
menu_action.py Add cancel for SelectionActions, Add args/kwargs to ActionFactoryAction, remove requires_input detection, add return types to SelectionAction, add option to hide_menu_table 2025-05-21 23:18:45 -04:00
prompt_menu_action.py Add PromptMenuAction, add cancel button to SelectionAction, make get_command async, add Action validation and defauilt nargs to None. 2025-05-24 12:29:16 -04:00
select_file_action.py Add cancel for SelectionActions, Add args/kwargs to ActionFactoryAction, remove requires_input detection, add return types to SelectionAction, add option to hide_menu_table 2025-05-21 23:18:45 -04:00
selection_action.py Add PromptMenuAction, add cancel button to SelectionAction, make get_command async, add Action validation and defauilt nargs to None. 2025-05-24 12:29:16 -04:00
signal_action.py Create action submodule, add various examples 2025-05-13 20:07:31 -04:00
types.py Add cancel for SelectionActions, Add args/kwargs to ActionFactoryAction, remove requires_input detection, add return types to SelectionAction, add option to hide_menu_table 2025-05-21 23:18:45 -04:00
user_input_action.py Add cancel for SelectionActions, Add args/kwargs to ActionFactoryAction, remove requires_input detection, add return types to SelectionAction, add option to hide_menu_table 2025-05-21 23:18:45 -04:00