Function getRunNopeBackendArgs

  • Helper Function to Read-In the Arguments used by the cli-tool run

    Export

    Async

    Returns

    Parameters

    • additionalArguments: {
          defaultValue?: any;
          help: string;
          name: string;
          type: "string" | "number";
      }[] = []

      arguments for the ArgumentParser

    • Optional forcedArgs: Partial<RunArgs> = {}

      The settings to run the args.

    • Optional parser: ArgumentParser = null

      An additional ArgumentParser. If not provided its created

    Returns Promise<RunArgs>

Generated using TypeDoc