12 lines
131 B
JSON
12 lines
131 B
JSON
|
# Duplicate 'Features:' line
|
||
|
|
||
|
##
|
||
|
# @foo:
|
||
|
#
|
||
|
# Features:
|
||
|
# @feat: mumble
|
||
|
#
|
||
|
# Features:
|
||
|
##
|
||
|
{ 'command': 'foo', 'features': ['feat'] }
|