30 lines
746 B
Markdown
30 lines
746 B
Markdown
# image-scale-cli
|
|
|
|
## Publish
|
|
```shell
|
|
» deno publish
|
|
Checking for slow types in the public API...
|
|
Visit https://jsr.io/auth?code=GVGG-JMMT to authorize publishing of @hatter/image-scale-cli
|
|
Waiting...
|
|
Authorization successful. Authenticated as Hatter Jiang
|
|
Publishing @hatter/image-scale-cli@1.0.0 ...
|
|
Successfully published @hatter/image-scale-cli@1.0.0
|
|
Visit https://jsr.io/@hatter/image-scale-cli@1.0.0 for details
|
|
```
|
|
|
|
## Deno Run
|
|
```shell
|
|
» deno run -A jsr:@hatter/image-scale-cli
|
|
Error: Input file, files, or directory is required
|
|
|
|
Use --help for usage information
|
|
```
|
|
|
|
`Run with Version`:
|
|
```shell
|
|
» deno run -A jsr:@hatter/image-scale-cli@1.0.1
|
|
Error: Input file, files, or directory is required
|
|
|
|
Use --help for usage information
|
|
```
|