Function readInArgs

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

    Returns

    Parameters

    • additionalArguments: {
          defaultValue?: any;
          help: string;
          name: string;
          type: "string" | "number";
      }[] = []
    • forcedArgs: Partial<UploadArgs> = {}

    Returns Promise<UploadArgs>

Generated using TypeDoc