Skip to content

Commit 8ffc4d5

Browse files
committed
fix choice-groups example
1 parent 03df067 commit 8ffc4d5

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

docs/choice-groups.gif

1.14 KB
Loading

examples/prompt.groups.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ var Prompt = require('..');
33
var prompt = new Prompt({
44
name: 'colors',
55
message: 'What are your favorite colors?',
6-
radio: true,
76
choices: {
87
foo: ['a', 'b', 'c'],
98
bar: ['d', 'e', 'f']

0 commit comments

Comments
 (0)