Skip to content

CLI process command kwargs #18

Closed
@caffeine-addictt

Description

@caffeine-addictt

Enhancement Request

Your issue may already be reported!
Please check out our active issues before creating one.

Is Your Enhancement Request Related to an Issue?

The current method for how kwargs are parsed is not the best. Miss-spelt options or arguments could lead to unintended kwargs being parsed to the function.

Describe the Solution You'd Like

Similar to how args are processed, a --kwarg option could be utilised, then processed within the command.

$ thread process ... --kwarg a1:a2  --kwarg a3:a4

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions