diff --git a/TODO.md b/TODO.md index 1b058484..e141de75 100644 --- a/TODO.md +++ b/TODO.md @@ -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 |