You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): add size and maxPages configuration support
Add support for configuring result size and maximum pages in the
interactive TUI mode. This allows users to control pagination
behavior when running queries in interactive mode, matching the
flexibility available in non-interactive mode.
Changes:
- Add size and maxPages parameters to runInteractive function
- Store size and maxPages in the model struct
- Pass size and maxPages from CLI flags to TUI initialization
- Use configured values when executing queries instead of
hardcoded defaults (100 size, 1 maxPage)
0 commit comments