12 lines
171 B
C#
12 lines
171 B
C#
using NDesk.Options;
|
|
using StructureMap;
|
|
|
|
namespace Sep.Git.Tfs
|
|
{
|
|
[PluginFamily]
|
|
public interface GitTfsCommand
|
|
{
|
|
OptionSet OptionSet { get; }
|
|
}
|
|
}
|