Skip to content
Snippets Groups Projects
Select Git revision
  • e21eb5b04c3068d7b0f6c787cea774fb1df2272b
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

help.go

Blame
  • help.go 210 B
    // Package repl implements the main event loop.
    package repl
    
    import (
    	"git.lyda.ie/kevin/bulletin/dclish"
    )
    
    // ActionHelp handles the `HELP` command.
    func ActionHelp(_ *dclish.Command) error {
    	return nil
    }