コード例 #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:
      A maven pom snippet.
    """

    return {'mvn': settings_util.GetMavenSnippet(args)}
コード例 #2
0
ファイル: mvn.py プロジェクト: Guliux10/bchacks_deepbreath
    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:
      A maven pom snippet.
    """

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