(c *grumble.Context, ntype session.NodeType)
| 67 | } |
| 68 | |
| 69 | func executeRemoteCommand(c *grumble.Context, ntype session.NodeType) error { |
| 70 | command := c.Args.StringList("command") |
| 71 | return executor.RemoteCommand(pegasusClient, ntype, c.Flags.String("node"), command[0], command[1:]) |
| 72 | } |