/// <summary>Report progress to stderr.</summary> public static ICommandArgument Verbose() { return(CommandFlag.Verbose()); }
public static ICommandArgument Quiet() { return(CommandFlag.Quiet()); }
public static ICommandArgument NoMoreOptions() { return(CommandFlag.NoMoreOptions()); }
public static ICommandArgument SignOff() { return(CommandFlag.SignOff()); }
public static ICommandArgument DryRun() { return(CommandFlag.DryRun()); }
/// <summary> /// Add modified contents in the working tree interactively to the index. Optional path arguments /// may be supplied to limit operation to a subset of the working tree. See “Interactive mode” for details. /// </summary> public static ICommandArgument Interactive() { return(CommandFlag.Interactive()); }