fix(temporal): added a default parameter for adding date options
This commit is contained in:
parent
698e918836
commit
ee7228b601
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue