From 5028da5b8809ad10f9eb18164e68b9c94aaf6fd6 Mon Sep 17 00:00:00 2001 From: Joshua Skelton Date: Thu, 14 Jan 2016 15:47:03 -0800 Subject: [PATCH] Adding descriptions for livereload options. --- src/taco-cli/cli/commands.json | 12 ++++++++++++ src/taco-cli/resources/en/resources.json | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/src/taco-cli/cli/commands.json b/src/taco-cli/cli/commands.json index a7d85b93..8946a6d7 100644 --- a/src/taco-cli/cli/commands.json +++ b/src/taco-cli/cli/commands.json @@ -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]" } ] } diff --git a/src/taco-cli/resources/en/resources.json b/src/taco-cli/resources/en/resources.json index 2c02ebdc..33cb8e15 100644 --- a/src/taco-cli/resources/en/resources.json +++ b/src/taco-cli/resources/en/resources.json @@ -382,6 +382,10 @@ "CommandRunLiveReloadDescription.comment": "Description of the --livereload argument to 'taco run'", "CommandRunDeviceSyncDescription": "Sync gestures across multiple devices (beta)", "CommandRunDeviceSyncDescription.comment": "Description of the --devicesync argument to 'taco run'", + "CommandRunTunnelDescription": "Use IP tunneling for --livereload or --devicesync. Allows communication between two networks (beta)", + "CommandRunTunneDescription.comment": "Description of the --tunnel argument to 'taco run --livereload'", + "CommandRunIgnoreDescription": "Types of files to ignore for --livereload (beta)", + "CommandRunIgnoreDescription.comment": "Description of the --ignore argument to 'taco run --livereload'", "CommandRunRemoteDeviceSuccess": "Success! Build running on remote attached device", "_CommandRunRemoteDeviceSuccess.comment": "Message printed after successfully running a build on a remote device",