mirror of
https://github.com/mborgerson/xemu.git
synced 2025-11-01 17:39:58 +00:00
12 lines
131 B
JSON
12 lines
131 B
JSON
# Duplicate 'Features:' line
|
|
|
|
##
|
|
# @foo:
|
|
#
|
|
# Features:
|
|
# @feat: mumble
|
|
#
|
|
# Features:
|
|
##
|
|
{ 'command': 'foo', 'features': ['feat'] }
|