fix(temporal): added a default parameter for adding date options

This commit is contained in:
Dylan R. E. Moonfire 2022-06-06 22:07:39 -05:00
parent 698e918836
commit ee7228b601

View file

@ -23,6 +23,11 @@ public partial class NitrideTemporalConfiguration
public string? Expiration { get; set; }
public NitrideTemporalConfiguration WithDateOptionCommandLineOption()
{
return this.WithAddDateOptionToCommandLine(true);
}
/// <summary>
/// Adds the "--expire" option into the pipeline commands where with the value set
/// to