コード例 #1
0
ファイル: Crawler.cs プロジェクト: AnonymusRaccoon/Kyoo
 /// <inheritdoc />
 public TaskParameters GetParameters()
 {
     return(new()
     {
         TaskParameter.Create <string>("slug", "A library slug to restrict the scan to this library.")
     });
 }