14 lines
521 B
XML
14 lines
521 B
XML
<?xml version="1.1" ?>
|
|
<Aliases>
|
|
<Alias>
|
|
<Name>runtime</Name>
|
|
<Location>Remote</Location>
|
|
<ReplaceBeforeArgs>python runtime.py -project Ops -args "</ReplaceBeforeArgs>
|
|
<ReplaceAfterArgs>"</ReplaceAfterArgs>
|
|
<Help>Usage:
|
|
runtime <command>
|
|
Executes: python runtime.py -project Ops -args "<command>"
|
|
Times how long it takes to execute <command>. The script will assemble the
|
|
command from multiple arguments, so there is no need to enter escaping-hell.</Help>
|
|
</Alias>
|
|
</Aliases>
|