melato/command

Main takes an argument with private type

Closed this issue · 1 comments

The signature is: Main(cmd command). command is a private interface. It still works, but "go doc command" does not print something useful. Change it to Main(cmd SimpleCommand).

fixed.