parent
30c093411d
commit
e444203b81
|
@ -59,7 +59,7 @@ class Exec(Method):
|
|||
self._doit(w, None, vargs['cmd'])
|
||||
|
||||
class Man(Exec):
|
||||
'''Execute a command in a shell and put the output in a new buffer'''
|
||||
'''Display a man page in a new buffer'''
|
||||
args = [arg('name', p="Program: ")]
|
||||
def _execute(self, w, **vargs):
|
||||
name = vargs['name']
|
||||
|
|
Loading…
Reference in New Issue