Roland Thomas Jr roland
roland pushed to main at roland/falyx 2025-07-20 12:35:22 -04:00
0319058531 Remove default traceback logging to screen
roland pushed to main at roland/falyx 2025-07-20 11:15:18 -04:00
5769882afd Add reserved ctrl keys to BottomBar, Add traceback support in History for --last-result
roland pushed to main at roland/falyx 2025-07-19 14:46:21 -04:00
7f63e16097 feat: Add module docs, Enum coercion, tracebacks, and toggle improvements
roland pushed to main at roland/falyx 2025-07-18 21:51:34 -04:00
21402bff9a Fix never_prompt precedence in BaseAction, Allow default_selection to be resolved from index, keys, values, or description
roland deleted branch completions from roland/falyx 2025-07-17 20:16:21 -04:00
roland pushed to main at roland/falyx 2025-07-17 20:16:21 -04:00
fddc3ea8d9 Merge pull request 'completions' (#4) from completions into main
9b9f6434a4 Add completions, Add suggestions list to Argument
c15e3afa5e Working on completions
Compare 3 commits »
roland merged pull request roland/falyx#4 2025-07-17 20:16:20 -04:00
completions
roland created pull request roland/falyx#4 2025-07-17 20:16:08 -04:00
completions
roland pushed to completions at roland/falyx 2025-07-17 20:09:52 -04:00
9b9f6434a4 Add completions, Add suggestions list to Argument
roland created branch completions in roland/falyx 2025-07-16 18:55:45 -04:00
roland pushed to completions at roland/falyx 2025-07-16 18:55:45 -04:00
c15e3afa5e Working on completions
roland pushed to main at roland/falyx 2025-07-16 18:54:14 -04:00
dc1764e752 Add args, kwargs to ChainedAction, ActionGroup, Add type_word_cancel and acknowledge ConfirmTypes, update ChainedAction rollback logic
roland pushed to main at roland/falyx 2025-07-15 20:00:14 -04:00
2288015cf3 Add message when lazy_resolver action has no input, Change ConfirmAction.confirm -> ConfirmAction.never_prompt, Move ConfirmType to action_types.py
roland pushed to main at roland/falyx 2025-07-14 21:59:21 -04:00
68d7d89d64 Add ArgumentAction.STORE_BOOL_OPTIONAL, Add BreakChainSignal
roland pushed to main at roland/falyx 2025-07-13 22:39:07 -04:00
9654b9926c ConfirmAction message formatting
roland pushed to main at roland/falyx 2025-07-12 21:12:43 -04:00
294bbc9062 Add data, create_dirs to SaveFileAction
roland pushed to main at roland/falyx 2025-07-12 11:52:11 -04:00
4c1498121f Add falyx.console for single rich.console.Console instance, Add ConfirmAction, SaveFileAction, Add lazy evaluation for ArgumentAction.ACTION
roland pushed to main at roland/falyx 2025-07-03 00:59:54 -04:00
ed42f6488e Add FalyxCompleter, Add check for valid directory for SelectFileAction, Add more detail to error messages in CommandArgumentParser, Don't initialize CAP if a custom parser is used
roland pushed to main at roland/falyx 2025-06-29 22:45:25 -04:00
e2f0bf5903 Remove print statements
roland pushed to main at roland/falyx 2025-06-27 22:33:37 -04:00
bb325684ac Add LoadFileAction, Rename ActionFactoryAction->ActionFactory, Rename falyx.action.mixins->falyx.action.action_mixins, fix bug unable to parse negative numbers in CommandArgumentParser