Skip to content

Commit 6aa6697

Browse files
committed
chore(plugin): issue tracking
1 parent c1bac70 commit 6aa6697

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/plugin/src/Options.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
import { ConfigMetaSet, ConfigSet, ConfigType } from 'jackspeak';
22

3+
/*
4+
* TODO `env` field for options and flags
5+
* Name the environment variable to use as default value on init, if available
6+
*/
7+
8+
/*
9+
* TODO `secret` (or similar) field for options and flags
10+
* Indicate that the actual default value should not be displayed in usage (e.g. for an `env` value)
11+
*/
12+
313
type MetaSet<T extends ConfigType> = {
414
value: ConfigMetaSet<T, false>;
515
list: ConfigMetaSet<T, true>;

0 commit comments

Comments
 (0)