GitSharp.CLI TextBuiltin in C# (CSharp): 6 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per GitSharp.CLI.TextBuiltin, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Abstract command which can be invoked from the command line. Commands are configured with a single "current" repository and then the execute(String[]) method is invoked with the arguments that appear after the subcommand. Command constructors should perform as little work as possible as they may be invoked very early during process loading, and the command may not execute even though it was constructed.