- Preparing search index...
- The search index is not available
nope-js-node
- readInArgs(additionalArguments?, forcedArgs?): Promise<UploadArgs>
-
Parameters
-
additionalArguments: {
defaultValue?: any;
help: string;
name: string;
type: "string" | "number";
}[] = []
-
forcedArgs: Partial<UploadArgs> = {}
Helper Function to Read-In the Arguments used by the cli-tool
Returns