795
795
self.add_hook('pre_command',
796
796
"Called prior to executing a command. Called with the command "
798
798
self.add_hook('post_command',
799
799
"Called after executing a command. Called with the command "
802
802
Command.hooks = CommandHooks()