Skip to content

tk3/mruby-hogun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-hogun

mruby-hogun is a convenient library to build the command line interface.

Example

class FooCLI < Hogun
  desc "hello NAME", "say hello to NAME"
  option :opt1
  def hello(name)
    puts "Hello #{name}"
  end
end

FooCLI.start

License

MIT License

About

convenient library to build the command line interface.

Resources

License

Stars

5 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages