Skip to content

Commit

Permalink
Fix readme links, comment nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Dec 20, 2023
1 parent 8325536 commit 1758ed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ reference](/packages/clide-js/docs/interfaces/Plugin.md).

### Examples

- [help](https://ryangoree.github.io/clide-js/variables/help-1.html): Adds the `--help`/`-h` option
- [help](https://ryangoree.github.io/clide-js/functions/help-1.html): Adds the `--help`/`-h` option
and manages printing help messages when the option is present or a
[`UsageError`](https://ryangoree.github.io/clide-js/classes/UsageError.html) occurs.
_Included in the core package._
- [logger](https://ryangoree.github.io/clide-js/variables/logger.html): A simple logger that logs
- [logger](https://ryangoree.github.io/clide-js/functions/logger.html): A simple logger that logs
the result of each execution step. _Included in the core package._
- [command-menu](https://github.com/ryangoree/clide-js/tree/main/packages/clide-plugin-command-menu): Prompts the user to
select a subcommand when required.
Expand Down
1 change: 1 addition & 0 deletions packages/clide-js/src/core/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export interface ContextOptions<
* before allowing the execution to proceed.
* - Error Management: Providing a centralized mechanism for error handling
* during the preparation and execution phases.
* - Exit Management: Providing a centralized mechanism for exiting the CLI.
*
* @group Context
*/
Expand Down

0 comments on commit 1758ed4

Please sign in to comment.