Skip to content

Dynamic props edge cases with flag-like values #10

@JordanCoin

Description

@JordanCoin

extractDynamicProps() parses raw process.argv — fragile with values starting with -- (treated as new flags), boolean props (expects value arg), no escape/quoting. Example: notion add tasks --name "--help" breaks. Fix: support = syntax, detect boolean props from schema. Location: lib/markdown.js. (Manual review)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions