From 282ef1f4c435e5e4304ac186eea639ded7f81dce Mon Sep 17 00:00:00 2001 From: Baptist BENOIST Date: Wed, 10 Feb 2016 22:00:38 +0100 Subject: [PATCH] Add missing ssh.bootstrap option description in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index cecb08d..f8da48e 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,10 @@ "type": "number", "description": "Screen to start the application on the remote side", "default": 0 + }, + "bootstrap": { + "type": "string", + "description": "Content will be executed on the SSH host before the debugger call." } } }