Sep.Git.Tfs.Commands.HelpHelper.ShowHelpForInvalidArguments C# (CSharp) Method

ShowHelpForInvalidArguments() public method

public ShowHelpForInvalidArguments ( GitTfsCommand command ) : int
command GitTfsCommand
return int
        public int ShowHelpForInvalidArguments(GitTfsCommand command)
        {
            ShowHelp(command);
            return GitTfsExitCodes.InvalidArguments;
        }