We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e80061 commit e6ba3ffCopy full SHA for e6ba3ff
src/SeqCli/Cli/Commands/Forwarder/InstallCommand.cs
@@ -25,6 +25,8 @@
25
using SeqCli.Forwarder.ServiceProcess;
26
using SeqCli.Forwarder.Util;
27
28
+namespace SeqCli.Cli.Commands.Forwarder;
29
+
30
// ReSharper disable once ClassNeverInstantiated.Global
31
32
[Command("forwarder", "install", "Install the forwarder as a Windows service", Visibility = FeatureVisibility.Preview)]
0 commit comments