Roland Thomas Jr roland
roland pushed to main at roland/falyx 2025-08-23 16:36:42 -04:00
1ce1b2385b feat(parser): add docstrings, centralized suggestion errors, and improved flag handling
roland pushed to main at roland/falyx 2025-08-11 19:55:06 -04:00
06bf0e432c feat(help): improve TLDR/help handling for help context commands
roland pushed to main at roland/falyx 2025-08-10 16:11:09 -04:00
169f228c92 feat(parser): POSIX bundling, multi-value/default validation, smarter completions; help UX & examples
roland pushed to main at roland/falyx 2025-08-07 19:30:29 -04:00
0417a06ee4 feat: enhance help command UX, completions, and CLI tips
roland pushed to main at roland/falyx 2025-08-06 20:36:15 -04:00
55d581b870 feat: redesign help command, improve completer UX, and document Falyx CLI
roland pushed to main at roland/falyx 2025-08-03 18:13:18 -04:00
a25888f316 feat: add path completion, LCP-based suggestions, and validator tests
8e306b9eaf feat(run): improve run-all handling, clarify exit codes, and enhance documentation
Compare 2 commits »
roland pushed to main at roland/falyx 2025-07-30 22:26:50 -04:00
3b2c33d28f feat(help & spinners): improve help rendering, async spinner handling, and pipeline demo
roland pushed to main at roland/falyx 2025-07-28 22:16:17 -04:00
f37aee568d feat(spinners): integrate SpinnerManager and per-action spinners into Falyx
roland pushed to main at roland/falyx 2025-07-27 14:02:02 -04:00
8a0a45e17f feat(falyx): add persistent prompt history, multiline input support, and new enum tests
roland pushed to main at roland/python_examples 2025-07-27 13:34:04 -04:00
5e8963ef4b Update fields
roland pushed to main at roland/falyx 2025-07-26 18:08:14 -04:00
da38f6d6ee style(help): improve help display layout and styling for consistency
roland pushed to main at roland/falyx 2025-07-26 17:33:52 -04:00
7836ff4dfd feat(help): add dynamic tip system to _show_help output
roland pushed to main at roland/falyx 2025-07-26 16:14:25 -04:00
7dca416346 feat(help): enhance CLI help rendering with Panels and TLDR validation
roland pushed to main at roland/python_examples 2025-07-26 15:28:11 -04:00
fac0274223 Update fields
roland pushed to main at roland/python_examples 2025-07-26 14:27:09 -04:00
d614ea98cc add fields.py for Jira field formatting abstraction
roland pushed to main at roland/falyx 2025-07-24 21:00:45 -04:00
734f7b5962 feat(parser): improve choice validation and completion for flagged arguments
roland pushed to main at roland/falyx 2025-07-23 19:42:53 -04:00
489d730755 Fix TLDR causing Command not to run, Add placeholder prompt menu to Falyx
roland pushed to main at roland/falyx 2025-07-23 00:05:21 -04:00
825ff60f08 Tweak TLDR visual formatting, Fix applying RichText to prompts
roland pushed to main at roland/falyx 2025-07-22 21:58:05 -04:00
fa5e2a4c2c feat: add TLDR ArgumentAction and Rich-compatible prompt styling
roland pushed to main at roland/falyx 2025-07-21 00:11:29 -04:00
de53c889a6 Fix completion bug, ensure_async callback