package Devel::ebug::Backend::Plugin::Commands;
use strict;
use warnings;

sub register_commands {
  return ( commands    => { sub => \&commands }, );
}

sub commands {
  my($req, $context) = @_;
  return { commands => $context->{history} };
}

1;


syntax highlighted by Code2HTML, v. 0.9.1