Spaces:
Running
Running
Jeremiah Lowin commited on
Add --copy documentation (#1076)
Browse files- docs/patterns/cli.mdx +6 -0
docs/patterns/cli.mdx
CHANGED
|
@@ -283,3 +283,9 @@ Display version information about FastMCP and related components.
|
|
| 283 |
```bash
|
| 284 |
fastmcp version
|
| 285 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
```bash
|
| 284 |
fastmcp version
|
| 285 |
```
|
| 286 |
+
|
| 287 |
+
#### Options
|
| 288 |
+
|
| 289 |
+
| Option | Flag | Description |
|
| 290 |
+
| ------ | ---- | ----------- |
|
| 291 |
+
| Copy to Clipboard | `--copy` | Copy version information to clipboard |
|