Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed May 27, 2024
1 parent 24e4f1f commit ebbb2b8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
### TODOs
| Filename | line # | TODO |
|:------|:------:|:------|
| [src/baseArg.ts](src/baseArg.ts#L93) | 93 | See if we can add this to autocompleter |
| [src/command.ts](src/command.ts#L276) | 276 | coerce all types and remove coerce option from baseArg |
| [src/command.ts](src/command.ts#L291) | 291 | Upgrade to native async handlers in yarn 17 |
| [src/prompter.ts](src/prompter.ts#L14) | 14 | Wait for upstream change to import types from enquirer |

| Filename | line # | TODO |
| :------------------------------------- | :----: | :----------------------------------------------------- |
| [src/baseArg.ts](src/baseArg.ts#L93) | 93 | See if we can add this to autocompleter |
| [src/command.ts](src/command.ts#L276) | 276 | coerce all types and remove coerce option from baseArg |
| [src/command.ts](src/command.ts#L291) | 291 | Upgrade to native async handlers in yarn 17 |
| [src/prompter.ts](src/prompter.ts#L14) | 14 | Wait for upstream change to import types from enquirer |

### FIXMEs
| Filename | line # | FIXME |
|:------|:------:|:------|
| [tests/types/command.test-d.ts](tests/types/command.test-d.ts#L127) | 127 | unspecified options are omitted by yargs but are always present in |

| Filename | line # | FIXME |
| :------------------------------------------------------------------ | :----: | :----------------------------------------------------------------- |
| [tests/types/command.test-d.ts](tests/types/command.test-d.ts#L127) | 127 | unspecified options are omitted by yargs but are always present in |

0 comments on commit ebbb2b8

Please sign in to comment.