Skip to content

Commit 31449bd

Browse files
devlooped-botkzu
authored andcommitted
+Mᐁ includes
1 parent f2ade8e commit 31449bd

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

src/readme.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,21 @@
33
A dotnet global tool that gracefully stops processes by sending them SIGINT (Ctrl+C) in a cross platform way.
44

55
``` bash
6-
dnx stop
6+
dnx stop <processId> [--timeout <milliseconds>] [--quiet]
7+
```
8+
9+
<!-- src/help.md -->
10+
```shell
11+
Usage: [arguments...] [options...] [-h|--help] [--version]
12+
13+
Sends the SIGINT (Ctrl+C) signal to a process to gracefully stop it.
14+
15+
Arguments:
16+
[0] <int> ID of the process to stop.
17+
18+
Options:
19+
-t, --timeout <int?> Optional timeout in milliseconds to wait for the process to exit.
20+
-q, --quiet Do not display any output.
721
```
822

923
<!-- src/help.md -->

0 commit comments

Comments
 (0)