22 lines
493 B
Markdown
22 lines
493 B
Markdown
|
# template-cmd
|
||
|
Repository description
|
||
|
|
||
|
* [`script`](https://git.hmp.today/pavel.muhortov/template-cmd#script)
|
||
|
|
||
|
____
|
||
|
## `script`
|
||
|
**Description:** Script description
|
||
|
**Dependencies:** Windows (tested version 10.0.19043)
|
||
|
|
||
|
| POSITION | PARAMETERS | DESCRIPTION | DEFAULT |
|
||
|
|-----------|--------------|------------------------|---------------|
|
||
|
| 1 | **qn** |execution without pauses| `None` |
|
||
|
|
||
|
|
||
|
Example usage in terminal:
|
||
|
```cmd
|
||
|
.\script.cmd qn
|
||
|
```
|
||
|
|
||
|
____
|