diff options
Diffstat (limited to 'doc/args/invoke.md')
| -rw-r--r-- | doc/args/invoke.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/args/invoke.md b/doc/args/invoke.md new file mode 100644 index 0000000..74a1823 --- /dev/null +++ b/doc/args/invoke.md @@ -0,0 +1,8 @@ +Arguments parsed by the `invoke!` macro. + +Two forms: + +| Variant | Form | Behavior | +| ---------- | ------------------------- | ---------------------------------- | +| `Default` | `invoke!(expr)` | Feature name defaults to `"async"` | +| `Explicit` | `invoke!("feat" => expr)` | Uses the given feature name | |
