We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58b4c3 commit d7abee8Copy full SHA for d7abee8
README.md
@@ -23,7 +23,7 @@ const result = await rcon.execute("status");
23
console.log(result);
24
```
25
26
-For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc).
+For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc) or see the [cli.ts file](cli.ts).
27
28
## Contributing
29
deno.json
@@ -5,7 +5,7 @@
5
"@std/cli": "jsr:@std/cli@^1.0.6",
6
"@std/io": "jsr:@std/io@^0.225.0"
7
},
8
- "version": "0.0.2",
+ "version": "0.0.3",
9
"exports": "./mod.ts",
10
"publish": {
11
"include": ["README.md", "mod.ts", "src/"]
0 commit comments