You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,7 +15,7 @@ class CommandEnv extends CommandPolykey {
14
15
super(...args);
15
16
this.name('env');
16
17
this.description(
17
-
`Run a command with the given secrets and env variables using process replacement. If no command is specified then the variables are printed to stdout in the format specified by env-format.`,
18
+
`Run a command with the given secrets and env variables. If no command is specified then the variables are printed to stdout in the format specified by env-format.`,
18
19
);
19
20
this.addOption(binOptions.nodeId);
20
21
this.addOption(binOptions.clientHost);
@@ -37,11 +38,17 @@ class CommandEnv extends CommandPolykey {
37
38
// The parser sets the default value for args. If no arguments are
38
39
// provided, then args is an empty array []. This is different from the
39
40
// expected structure. This block ensure that the structure is preserved.
0 commit comments