Open Virviil opened 7 years ago
%Agala.Thor.Command{ command: string, payload: Map.t }
If this structure comes from previous chain, it can be pushed to Thor like handler:
defmodule Handler use Agala.Thor @desc "my method" def my_method() do :something end end
http://teamon.eu/2017/thor-like-cli-elixir-macros/
If this structure comes from previous chain, it can be pushed to Thor like handler: