From 669fc754b8bd68e3820896d348b65f67a18ca210 Mon Sep 17 00:00:00 2001 From: Laurent Christophe Date: Fri, 12 Nov 2021 14:19:46 +0100 Subject: [PATCH] feat: remove setup command from help message --- lib/node/help.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/node/help.mjs b/lib/node/help.mjs index f4d3fb0e3..ef95f2cb2 100644 --- a/lib/node/help.mjs +++ b/lib/node/help.mjs @@ -1,12 +1,10 @@ process.stdout.write(` -Usage: npx appmap-agent-js [help | version | setup | run] ... +Usage: npx appmap-agent-js [help | version | run] ... help Print this message version Print the name and version of this npm package -setup - Interactive session to help create configuration file run [default] Execute and record node processes Remaining positional arguments are understood as command token