Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnesfield committed Mar 24, 2024
1 parent 8c9dc1b commit 03d485d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/core/core.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
export interface Options {
/**
* Unique ID for this option or command.
*
* This is never used in any internal logic, but can
* be useful for finding the exact node after parsing.
*/
id?: string;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/core/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class ArgsTreeError extends Error {
*/
static readonly INVALID_OPTIONS_ERROR = 'invalid-options';
/**
* The Node did not satisfy the number of arguments.
* The Node did not satisfy the required number of arguments.
*/
static readonly INVALID_RANGE_ERROR = 'invalid-range';
/**
Expand Down

0 comments on commit 03d485d

Please sign in to comment.