Exemple #1
0
    def Run(self, args):
        """This is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      An npm settings snippet.
    """

        return {'npm': settings_util.GetNpmSettingsSnippet(args)}
Exemple #2
0
  def Run(self, args):
    """This is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      An npm settings snippet.
    """

    log.status.Print("Note: Language package support is in Alpha.\n")
    return {"npm": settings_util.GetNpmSettingsSnippet(args)}