Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

ArgumentStreamPosition

Union Cases

Union CaseDescription
ArgumentPos(int)
Signature: int
ShortArgumentPartialPos(int,int)
Signature: int * int

Instance members

Instance memberDescription
x.ArgIndex
Signature: int
x.InnerIndex
Signature: int
x.IsEndOf(argv)
Signature: (argv:string array) -> bool
x.Next(argv)
Signature: (argv:string array) -> ArgumentStreamPosition
x.NextArg(argv)
Signature: (argv:string array) -> ArgumentStreamPosition