pmflow 1.2.3__tar.gz → 1.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmflow
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Manages processes
5
5
  Author-email: "Md. Mahmudul Hasan Riyad" <mhriyad98@gmail.com>
6
6
  License: MIT License
@@ -93,8 +93,9 @@ Note: Other than -c only one options can be used at a time. -c flag must be used
93
93
  Example:
94
94
  ```
95
95
  pm kill <PID>
96
- pm -g <group_name>
97
- pm -a
96
+ pm kill -g <group_name>
97
+ pm kill -g <group_name> -c
98
+ pm kill -a
98
99
  ```
99
100
  ### <^> Additional commands
100
101
  Recreate all process managed by the tool:
@@ -55,8 +55,9 @@ Note: Other than -c only one options can be used at a time. -c flag must be used
55
55
  Example:
56
56
  ```
57
57
  pm kill <PID>
58
- pm -g <group_name>
59
- pm -a
58
+ pm kill -g <group_name>
59
+ pm kill -g <group_name> -c
60
+ pm kill -a
60
61
  ```
61
62
  ### <^> Additional commands
62
63
  Recreate all process managed by the tool:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pmflow
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Manages processes
5
5
  Author-email: "Md. Mahmudul Hasan Riyad" <mhriyad98@gmail.com>
6
6
  License: MIT License
@@ -93,8 +93,9 @@ Note: Other than -c only one options can be used at a time. -c flag must be used
93
93
  Example:
94
94
  ```
95
95
  pm kill <PID>
96
- pm -g <group_name>
97
- pm -a
96
+ pm kill -g <group_name>
97
+ pm kill -g <group_name> -c
98
+ pm kill -a
98
99
  ```
99
100
  ### <^> Additional commands
100
101
  Recreate all process managed by the tool:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pmflow"
7
- version = "1.2.3"
7
+ version = "1.2.4"
8
8
  description = "Manages processes"
9
9
  readme = "README.md"
10
10
  authors =[{name = "Md. Mahmudul Hasan Riyad", email = "mhriyad98@gmail.com"}]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes