From 5e75bff3fee92843570f13d7067cf3471ff5451f Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 9 Sep 2015 16:14:34 -0700 Subject: [PATCH] -p profile option should be hidden until complete --- lib/cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 0d2369f..e04ca7a 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -59,7 +59,8 @@ var OPTIONS = [ type: 'string', env: 'TRITON_PROFILE', helpArg: 'NAME', - help: 'Triton client profile to use.' + help: 'Triton client profile to use.', + hidden: true // TODO: hidden until profiles impl is complete }, {