This resolves a NRE because the app data override was not set consistently by all commands. Fixes #288.docker-retention
parent
8f908556de
commit
6cac2ed5c2
@ -1,13 +0,0 @@
|
||||
using System.ComponentModel;
|
||||
using JetBrains.Annotations;
|
||||
using Spectre.Console.Cli;
|
||||
|
||||
namespace Recyclarr.Cli.Console.Commands;
|
||||
|
||||
public class ServiceCommandSettings : BaseCommandSettings
|
||||
{
|
||||
[CommandOption("--app-data")]
|
||||
[Description("Custom path to the application data directory")]
|
||||
[UsedImplicitly(ImplicitUseKindFlags.Assign)]
|
||||
public string? AppData { get; init; }
|
||||
}
|
Loading…
Reference in new issue