Class SpeciesAccumulationCurve.Arguments
Inheritance
SpeciesAccumulationCurve.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("SpeciesAccumulationCurve", Description = "[INOPERABLE]")]
public class Arguments : SubCommandBase
Properties
|
Improve this Doc
View Source
Output
Declaration
[Option(Description = "Path of the output file to store results.")]
[Required]
[LegalFilePath]
public string Output { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
[Option(Description = "Path of the input file to be processed.")]
[ExistingFile(false, true)]
[Required]
[LegalFilePath]
public string Source { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods