File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -1134,7 +1134,7 @@ _flux_kvs()
1134
1134
_flux_overlay()
1135
1135
{
1136
1136
local cmd=$1
1137
- local subcmds="status lookup parentof disconnect"
1137
+ local subcmds="status lookup parentof disconnect trace "
1138
1138
local split=false
1139
1139
1140
1140
local status_OPTS="\
@@ -1160,6 +1160,14 @@ _flux_overlay()
1160
1160
-h --help \
1161
1161
-r --parent= \
1162
1162
"
1163
+ local trace_OPTS="\
1164
+ -h --help \
1165
+ -r --rank= \
1166
+ -t --type= \
1167
+ -L --color= \
1168
+ -H --human \
1169
+ -d --delta \
1170
+ "
1163
1171
_flux_split_longopt && split=true
1164
1172
case $prev in
1165
1173
-!(-*)[rtwH])
@@ -1254,7 +1262,7 @@ _flux_admin()
1254
1262
_flux_module()
1255
1263
{
1256
1264
local cmd=$1
1257
- local subcmds_module_arg="remove reload stats debug"
1265
+ local subcmds_module_arg="remove reload stats debug trace "
1258
1266
local subcmds="list load ${subcmds_module_arg}"
1259
1267
local split=false
1260
1268
@@ -1284,6 +1292,14 @@ _flux_module()
1284
1292
local list_OPTS="\
1285
1293
-l --long \
1286
1294
"
1295
+ local trace_OPTS="\
1296
+ -h --help \
1297
+ -T --topic= \
1298
+ -t --type= \
1299
+ -L --color= \
1300
+ -H --human \
1301
+ -d --delta \
1302
+ "
1287
1303
if [[ $cmd != "module" ]]; then
1288
1304
1289
1305
_flux_split_longopt && split=true
You can’t perform that action at this time.
0 commit comments