Skip to content

Add argument to "create" so that discovered-from tasks can be created in one command #18

@MartyLake

Description

@MartyLake

Hello,
Great project, I am trying to integrate it with aider and I wonder if it would be easier to have a single create command instead of create and update to specify the dependency.

Actual

bd create "Fix edge case bug" -t bug -p 1
bd dep add bd-21 bd-20 --type discovered-from  # bd-21 discovered from bd-20

Expected

bd create "Fix edge case bug" -t bug -p 1 --deps discovered-from=bd-20

(or some other syntax that better suits arguments parsing)

Best

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