##// END OF EJS Templates
set `__doc__` for aliases...
Min RK -
Show More
@@ -131,6 +131,7 b' class Alias(object):'
131 self.shell = shell
131 self.shell = shell
132 self.name = name
132 self.name = name
133 self.cmd = cmd
133 self.cmd = cmd
134 self.__doc__ = "Alias for `!{}`".format(cmd)
134 self.nargs = self.validate()
135 self.nargs = self.validate()
135
136
136 def validate(self):
137 def validate(self):
General Comments 0
You need to be logged in to leave comments. Login now