зеркало из https://github.com/microsoft/TACO.git
Adding descriptions for livereload options.
This commit is contained in:
Родитель
25a04a3393
Коммит
5028da5b88
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче