fliphub-monorepo
Version:
the builder of builders
18 lines (16 loc) • 431 B
Markdown
for building then running, like chain / steps? array of cbs|strings? (`.on`)
- [ ] support for non-greedy search
- [x] support flag types and default types
- [x] support searching through all globals
- [x] support multiple flags with the callback
- [x] test out default in flags
- [x] add to flags config
```
flags: {
names: [
{flag: 'mocks', type: 'array', default: ['nj', 'd4']}
],
cb...
}
```
- [ ] options