implement descriptions, improve default help
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.infendro.cli.command.help
|
||||
|
||||
import com.infendro.cli.command.Command
|
||||
|
||||
object NoOpHelpRenderer : HelpRenderer {
|
||||
override fun render(path: List<Command>) = null
|
||||
}
|
||||
Reference in New Issue
Block a user