mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-13 18:32:12 +03:00
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:
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user