Skip to content

Commit

Permalink
fix: single command CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 27, 2024
1 parent a1ec685 commit bb1f492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/single_command_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ To support this, you will need to put your command logic into `src/index.ts` and
}
```

See [Command Discovery Strategies](./command_discovery_strategies) for more details.
where `./dist/index.js` is a file that exports a `Command` class. See [Command Discovery Strategies](./command_discovery_strategies) for more details.

0 comments on commit bb1f492

Please sign in to comment.