diff options
author | Simponic <loganhunt@simponic.xyz> | 2023-01-11 19:14:47 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2023-01-11 19:14:47 -0700 |
commit | aa2ff6e1374e8a6a546aa04ee3430d1152c58553 (patch) | |
tree | c4e340f072a1da4c9a64c23bb7b1b474fdc0f058 /lib/chessh/ssh/client/menu.ex | |
parent | 628c6d95a32ba0dea67ab046a480ddfca7432c9b (diff) | |
download | chessh-aa2ff6e1374e8a6a546aa04ee3430d1152c58553.tar.gz chessh-aa2ff6e1374e8a6a546aa04ee3430d1152c58553.zip |
Checkpoint
Diffstat (limited to 'lib/chessh/ssh/client/menu.ex')
-rw-r--r-- | lib/chessh/ssh/client/menu.ex | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chessh/ssh/client/menu.ex b/lib/chessh/ssh/client/menu.ex index 7e2ffbc..70cbcce 100644 --- a/lib/chessh/ssh/client/menu.ex +++ b/lib/chessh/ssh/client/menu.ex @@ -23,10 +23,6 @@ defmodule Chessh.SSH.Client.Menu do {:ok, state} end - # @options [ - # {"Option 1", {Chessh.SSH.Client.Board, [%Chessh.SSH.Client.Board.State{}]}}, - # {"Option 2", {Chessh.SSH.Client.Board, [%Chessh.SSH.Client.Board.State{}]}} - # ] @options [ {"Option 1", {}}, {"Option 2", {}}, |