b24079ea7e
Add ExecutionContext.signature, fix partial command matching with arguments, fix passing args to Falyx._create_context helper
ac82076511
Add filtering and options for History Command
09eeb90dc6
Bubble up errors from CAP, catch a broader exception when parsing arguments, add type parsing to arg_metadata
079bc0ee77
Normalize epilogue -> epilog, allow version to be modifiable, don't allow empty input in repl
c2eb854e5a
Add help_text for commands to argparse run subcommand, change the way Falyx.run works and you can only pass FalyxParsers
8a3c1d6cc8
Fix global-init imports, passing args from command line to required commands
f196e38c57
Add ProcessPoolAction, update CAP to look only at keywords correctly
fb1ffbe9f6
Add ArgumentAction.ACTION, support POSIX bundling in CAP, Move all Actions to their own file
ba562168aa
hotfix syntax error < python3.12
ddb78bd5a7
Add PromptMenuAction, add cancel button to SelectionAction, make get_command async, add Action validation and defauilt nargs to None.
Compare 2 commits »
b0c0e7dc16
Fix run_group parser for REMAINDER, fix render_help formatting
0a1ba22a3d
Remove args/kwargs being passed to generated Action from FactoryAction
b51ba87999
Add cancel for SelectionActions, Add args/kwargs to ActionFactoryAction, remove requires_input detection, add return types to SelectionAction, add option to hide_menu_table
3c0a81359c
Make auto_args default fallback, integrate io_actions with argument parsing