Skip to content

Commit

Permalink
docs(command): fix import path (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Aug 13, 2021
1 parent 48079f4 commit 57e7434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The second parameter of the `.options()` method is the help description and the
thrid parameter can be an options object.

```typescript
import { Command } from "https://deno.land/x/cliffy/command";
import { Command } from "https://deno.land/x/cliffy/command/mod.ts";

const { options } = await new Command()
.option("-s, --silent", "disable output.")
Expand Down

0 comments on commit 57e7434

Please sign in to comment.