@@ -111,26 +111,45 @@ func UtilsUsage() string {
111
111
h += " osmedeus health git\n "
112
112
h += " osmedeus health cloud\n "
113
113
h += " osmedeus version --json \n "
114
+ h += "\n "
115
+
116
+ h += color .HiBlackString (" ## Set the base threads hold\n " )
117
+ h += " osmedeus config set --threads-hold=10\n "
118
+ h += "\n "
114
119
115
120
h += color .HiBlackString (" ## Update utilities\n " )
116
121
h += " osmedeus update \n "
117
122
h += " osmedeus update --vuln\n "
118
123
h += " osmedeus update --force --clean \n "
124
+ h += "\n "
119
125
120
126
h += color .HiBlackString (" ## Workflow utilities\n " )
121
127
h += " osmedeus workflow list \n "
122
128
h += " osmedeus workflow view -f general\n "
129
+ h += "\n "
123
130
124
- h += color .HiBlackString (" ## Other utilities\n " )
131
+ h += color .HiBlackString (" ## Tmux utilities\n " )
125
132
h += " osmedeus utils tmux ls \n "
126
133
h += " osmedeus utils tmux logs -A -l 10 \n "
134
+ h += "\n "
135
+
136
+ h += color .HiBlackString (" ## Process utilities\n " )
127
137
h += " osmedeus utils ps \n "
138
+ h += " osmedeus utils ps --proc 'jaeles' \n "
139
+ h += "\n "
140
+
141
+ h += color .HiBlackString (" ## List all the sub proccess running by osmedeus\n " )
128
142
h += " osmedeus utils ps --osm \n "
143
+ h += "\n "
144
+
145
+ h += color .HiBlackString (" ## Kill all the sub proccess running by osmedeus\n " )
129
146
h += " osmedeus utils ps --osm --kill \n "
130
- h += " osmedeus utils ps --proc 'jaeles' \n "
147
+ h += "\n "
148
+
149
+ h += color .HiBlackString (" ## Other utilities\n " )
131
150
h += " osmedeus utils cron --cmd 'osmdeus scan -t example.com' --sch 60\n "
132
151
h += " osmedeus utils cron --for --cmd 'osmedeus scan -t example.com'\n "
133
- h += " osmedeus config set --threads-hold=10 \n "
152
+
134
153
return h
135
154
}
136
155
0 commit comments