Adding descriptions for livereload options.

This commit is contained in:
Joshua Skelton 2016-01-14 15:47:03 -08:00
Родитель 25a04a3393
Коммит 5028da5b88
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -417,6 +417,12 @@
},
{
"name": "--devicesync", "description": "[CommandRunDeviceSyncDescription]"
},
{
"name": "--ignore=FILES", "description": "[CommandRunIgnoreDescription]"
},
{
"name": "--tunnel", "description": "[CommandRunTunnelDescription]"
}
]
}
@ -464,6 +470,12 @@
},
{
"name": "--devicesync", "description": "[CommandRunDeviceSyncDescription]"
},
{
"name": "--ignore=FILES", "description": "[CommandRunIgnoreDescription]"
},
{
"name": "--tunnel", "description": "[CommandRunTunnelDescription]"
}
]
}

Просмотреть файл

@ -382,6 +382,10 @@
"CommandRunLiveReloadDescription.comment": "Description of the --livereload argument to 'taco run'",
"CommandRunDeviceSyncDescription": "Sync gestures across multiple devices <key>(beta)</key>",
"CommandRunDeviceSyncDescription.comment": "Description of the --devicesync argument to 'taco run'",
"CommandRunTunnelDescription": "Use IP tunneling for --livereload or --devicesync. Allows communication between two networks <key>(beta)</key>",
"CommandRunTunneDescription.comment": "Description of the --tunnel argument to 'taco run --livereload'",
"CommandRunIgnoreDescription": "Types of files to ignore for --livereload <key>(beta)</key>",
"CommandRunIgnoreDescription.comment": "Description of the --ignore argument to 'taco run --livereload'",
"CommandRunRemoteDeviceSuccess": "<success>Success!</success> Build running on remote attached device",
"_CommandRunRemoteDeviceSuccess.comment": "Message printed after successfully running a build on a remote device",