def __init__(self, app, app_args, cmd_name=None):
        """Construct new group command."""
        super(GroupCommand, self).__init__(app, app_args, cmd_name)
        self.ssh_config_args = SshConfigArgs(self)