Function readInWriteUiFileArgs

  • Helper to extract the Arguments for the writeUiFile function

    See

    writeUiFile

    Author

    M.Karkowski

    Export

    Returns

    The Arguments

    Parameters

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

      Arguments added by the nope.cli

    Returns {
        dir: string;
        filename: string;
    }

    • dir: string
    • filename: string

Generated using TypeDoc