Skip to content

Pr 41#42

Merged
NicholasDominici merged 70 commits intojairad26:devfrom
NicholasDominici:pr-41
Apr 9, 2026
Merged

Pr 41#42
NicholasDominici merged 70 commits intojairad26:devfrom
NicholasDominici:pr-41

Conversation

@NicholasDominici
Copy link
Copy Markdown
Collaborator

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

rekram1-node and others added 30 commits April 6, 2026 17:56
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
…malyco#21192)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
…command (anomalyco#21185)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
rekram1-node and others added 28 commits April 8, 2026 15:55
…nomalyco#19955)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
…alyco#21385)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
The CLI imports every top-level command before argument parsing has
decided which handler will run. This makes simple invocations pay for
the full command graph up front and slows down the default startup path.

Parse the root argv first and load only the command module that matches
the selected top-level command. Keep falling back to the default TUI
path for non-command positionals, and preserve root help, version and
completion handling
@NicholasDominici NicholasDominici marked this pull request as ready for review April 9, 2026 18:56
@NicholasDominici NicholasDominici merged commit 7e65272 into jairad26:dev Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.