Skip to content

[development] Remove the '--development' option - #1141

Merged
davidrunger merged 1 commit into
mainfrom
development/remove-development-option
Aug 28, 2026
Merged

[development] Remove the '--development' option#1141
davidrunger merged 1 commit into
mainfrom
development/remove-development-option

Conversation

@davidrunger

Copy link
Copy Markdown
Owner

The --development option only changed the executable used by the recursive parser invocation. Development commands already run through the local gemspec when invoked with bundle exec, so the hidden option added complexity without changing the supported workflow.

Remove the option from Fcom.define_slop_options and Fcom::OptionsHelpers, and always generate the recursive fcom command. Update README.md and CHANGELOG.md to document bundle exec ruby exe/fcom and bundle exec rake spec for local development.

codex resume 01a049a6-68c1-7360-90e2-13ff6064e6cb

The `--development` option only changed the executable used by the recursive parser invocation. Development commands already run through the local gemspec when invoked with `bundle exec`, so the hidden option added complexity without changing the supported workflow.

Remove the option from `Fcom.define_slop_options` and `Fcom::OptionsHelpers`, and always generate the recursive `fcom` command. Update `README.md` and `CHANGELOG.md` to document `bundle exec ruby exe/fcom` and `bundle exec rake spec` for local development.

codex resume 01a049a6-68c1-7360-90e2-13ff6064e6cb
@davidrunger
davidrunger merged commit 5d2a98e into main Aug 28, 2026
1 check passed
@davidrunger
davidrunger deleted the development/remove-development-option branch August 28, 2026 18:57
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