-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |