コード例 #1
0
ファイル: Arguments.cs プロジェクト: joshbtn/git-wres
 private Arguments()
 {
     // Since we create this instance the parser will not overwrite it
     InitVerb = new InitSubOptions { };
     PushVerb = new PushSubOptions { };
     PullVerb = new PullSubOptions { };
     RemoteVerb = new RemoteSubOptions { };
 }
コード例 #2
0
ファイル: Commands.cs プロジェクト: joshbtn/git-wres
 public static void remote(RemoteSubOptions options)
 {
     //Configuration.AddRemoteCRMConnectionToConfig(options.RemoteName, options.url);
 }