Skip to content

Update argmojo to v0.5.0#253

Merged
carolinefrasca merged 1 commit intomodular:mainfrom
forfudan:argmojo
Apr 4, 2026
Merged

Update argmojo to v0.5.0#253
carolinefrasca merged 1 commit intomodular:mainfrom
forfudan:argmojo

Conversation

@forfudan
Copy link
Copy Markdown
Contributor

@forfudan forfudan commented Apr 4, 2026

This PR updates ArgMojo to v0.5.0. ArgMojo v0.5.0 introduces the struct-based declarative API — define a Parsable struct with typed wrapper fields (Option, Flag, Positional, Count), call MyArgs.parse(), and get typed results. The declarative API coexists with the existing builder API and bridges between them via to_command() / parse_from_command(). This release also adds asterisk-masked password input and reorganises internal modules.

ArgMojo v0.5.0 targets Mojo v0.26.2.

Checklist

  • My recipe.yaml file specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.
  • License file is packaged (see here for an example).
  • Set the build number to 0 (for new packages, or if the version changed).
  • Bumped the build number (if the version is unchanged).

@carolinefrasca carolinefrasca merged commit 6d3e55c into modular:main Apr 4, 2026
4 checks passed
@forfudan forfudan deleted the argmojo branch April 5, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants