コード例 #1
0
ファイル: BaseCommand.cs プロジェクト: Mother-Ship/SyncPlugin
 public bool help(Arguments arg)
 {
     CurrentIO.WriteHelp();
     return(true);
 }