tensorush/argzon
2
9
Fork
You've already forked argzon
0

Add "dependencies" for named arguments #2

Closed
opened 2025年04月22日 11:55:57 +02:00 by tensorush · 2 comments

Enable named arguments to depend on each other.

Basically, the opposite of "excludes", although "dependencies" are declared one way, whereas "excludes" are mutually exclusive.

Enable named arguments to depend on each other. Basically, the opposite of "excludes", although "dependencies" are declared one way, whereas "excludes" are mutually exclusive.
tensorush changed title from (削除) Add "dependencies" feature for named arguments (削除ここまで) to Add "dependencies" for named arguments 2025年04月22日 19:54:48 +02:00
Author
Owner
Copy link

Example with doc:

// Depend on other named parameters,// for non-accumulated enum options possibly also providing space-separated values (optional).dependencies=.{"option zon",},
Example with doc: ```zig // Depend on other named parameters, // for non-accumulated enum options possibly also providing space-separated values (optional) .dependencies = .{ "option zon", }, ```
Author
Owner
Copy link

Implemented in 36d9514f77

Implemented in 36d9514f77
Sign in to join this conversation.
No Branch/Tag specified
main
pages
v0.5.0
v0.3.1
v0.2.1
v0.3.0
v0.2.0
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tensorush/argzon#2
Reference in a new issue
tensorush/argzon
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?