Skip to content

Commit

Permalink
docs(command): fix incorrectly import module in example (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecrily committed Aug 6, 2021
1 parent ee69526 commit 3e62ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/README.md
Expand Up @@ -1182,7 +1182,7 @@ retrieve the help text programmatically by using the `.showHelp()` or
```typescript
import { Command } from "https://deno.land/x/cliffy/command/command.ts";
import { CompletionsCommand } from "https://deno.land/x/cliffy/command/completions/mod.ts";
import { CompletionsCommand } from "https://deno.land/x/cliffy/command/help/mod.ts";
import { HelpCommand } from "https://deno.land/x/cliffy/command/help/mod.ts";

await new Command()
.name("help-option-and-command")
Expand Down

0 comments on commit 3e62ad6

Please sign in to comment.