Skip to content

Accept explicit output file path - #3

Merged
koaning merged 1 commit into
mainfrom
koaning/output-path-arg
Apr 13, 2026
Merged

Accept explicit output file path#3
koaning merged 1 commit into
mainfrom
koaning/output-path-arg

Conversation

@koaning

@koaning koaning commented Apr 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • The export command now takes output_path (a file path) instead of output_folder, giving users full control over the output filename
  • Passing an existing directory is rejected with a clear error message
  • Bumps version to 0.3.0

Test plan

  • Existing export tests updated and passing
  • New test for custom output filename (test_custom_output_name)
  • New test verifying directories are rejected (test_folder_is_not_sufficient)
  • Manual: mobuild export nbs/__init__.py src/__init__.py works as expected

🤖 Generated with Claude Code

The `export` command now takes `output_path` (a file) instead of
`output_folder`. This lets users control the output filename rather
than always inheriting the input name. Passing an existing directory
is rejected with a clear error message.

Bumps version to 0.3.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@koaning
koaning merged commit c59b31c into main Apr 13, 2026
1 check passed
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.

1 participant