feat : Replace 'status' with 'git status',which is a common mistake beginners makes
This commit is contained in:
parent
206616c418
commit
aca3fe1b2f
|
|
@ -0,0 +1,11 @@
|
|||
def match(command):
|
||||
|
||||
return (
|
||||
command.script == "status"
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
def get_new_command(command):
|
||||
return (command.script.replace("status","git status",1))
|
||||
Loading…
Reference in New Issue