コード例 #1
0
ファイル: Program.cs プロジェクト: SmartFire/Knifer
 static void Main(string[] args)
 {
     using (var cmd = new GrepCopyCommandLine(args))
     {
         CommandLineBootstrap.Start(cmd);
     }
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: softempire/Knifer
 static void Main(string[] args)
 {
     using (var cmd = new GrepCopyCommandLine(args))
     {
         CommandLineBootstrap.Start(cmd);
     }
 }