chore(skills): regenerate the cli-tunnel SKILL.md after the positional-arg fix

#13009 taught the CLI registry parser to read positionals declared with
.addArgument() but did not re-run the generator, so check:agent-skills-sync
has been red on the base tip ever since. Regenerated with the official
generator (--apply --only=cli-tunnel); the only delta is 'tunnel create'
gaining its [type] positional.

Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
This commit is contained in:
diegosouzapw
2026-09-11 13:50:33 -03:00
parent 39300717ab
commit 480f4a2bbb

View File

@@ -37,12 +37,12 @@ omniroute tunnel
omniroute tunnel list
```
### `tunnel create`
### `tunnel create [type]`
**Example:**
```bash
omniroute tunnel create
omniroute tunnel create [type]
```
### `tunnel stop <type>`