Skip to content

fix: don't append options and stdin-options - #720

Open
jfly wants to merge 1 commit into
numtide:mainfrom
jfly:issue-718
Open

fix: don't append options and stdin-options#720
jfly wants to merge 1 commit into
numtide:mainfrom
jfly:issue-718

Conversation

@jfly

@jfly jfly commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

For maximal flexibility, they are supposed to be completely independent. Unfortunately, the test I added left options as [], which meant we didn't notice this bug. I've expanded the test accordingly.

This fixes #718.

For maximal flexibility, they are supposed to be completely independent.
Unfortunately, the test I added left `options` as `[]`, which meant we
didn't notice this bug. I've expanded the test accordingly.

This fixes numtide#718.

@rszyma rszyma left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested manually and works as expected now

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.

stdin-options ignored if options are defined when running with --stdin

2 participants