Skip to content

Commit

Permalink
Revert "Add --include-from option to GitHub forecast (github#220)"
Browse files Browse the repository at this point in the history
This reverts commit 4f62f5f.
  • Loading branch information
Kimmie234 committed Aug 2, 2023
1 parent 4f62f5f commit 262d41f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ActionsImporter/Commands/GitHub/Forecast.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ public Forecast(string[] args) : base(args)
IsRequired = false,
};

private static readonly Option<FileInfo> IncludeFrom = new("--include-from")
{
Description = "The file path containing a list of line-delimited repository names to include in the forecast.",
IsRequired = false,
};

private static readonly Option<FileInfo[]> SourceFilePath = new("--source-file-path")
{
Description = "The file path(s) to existing jobs data.",
Expand All @@ -54,7 +48,6 @@ public Forecast(string[] args) : base(args)
AccessToken,
Organization,
Repository,
IncludeFrom,
SourceFilePath
);
}

0 comments on commit 262d41f

Please sign in to comment.