parent
288c536a29
commit
a239d25d8f
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ def install_commands():
|
|||
|
||||
if __name__ == '__main__':
|
||||
command, *_ = sys.argv
|
||||
command = os.path.basename(command)
|
||||
print(f'command: {command}')
|
||||
|
|
Loading…
Reference in a new issue