Commit c9b7f0c6 by Gaëtan Lehmann Committed by Sébastien Eustace

point to the run command in the script command's help (#296)

don't let the user wonder what command to use - just point it to him
parent 6dc87ec6
......@@ -10,6 +10,9 @@ class ScriptCommand(VenvCommand):
{ args?* : The command and arguments/options to pass to the script. }
"""
help = """The <info>script</> command is deprecated. Please use <info>run</info> instead.
"""
def handle(self):
self.line("<warning>script is deprecated use run instead.</warning>")
self.line("")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment