Skip to content

Commit c3227c7

Browse files
committed
fix: host and system commands
1 parent 6c1ecf7 commit c3227c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

spawnctl/lib/spawnctl/commands/config/host.ex

+3
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ defmodule Spawnctl.Commands.Config.Host do
55
use DoIt.Command,
66
name: "host",
77
description: "Configue Host application via ActorHost CRD."
8+
9+
def run(_, _opts, _context) do
10+
end
811
end

spawnctl/lib/spawnctl/commands/config/system.ex

+3
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ defmodule Spawnctl.Commands.Config.System do
55
use DoIt.Command,
66
name: "system",
77
description: "Configue ActorSystem via ActorSystem CRD."
8+
9+
def run(_, _opts, _context) do
10+
end
811
end

0 commit comments

Comments
 (0)