mitchellh / cli

A Go library for implementing command-line interfaces.
Mozilla Public License 2.0
1.73k stars 123 forks source link

Add InvalidCommandFunc field #91

Closed lkysow closed 1 year ago

lkysow commented 2 years ago

InvalidCommandFunc is a callback called if an invalid command is passed.