diff --git a/doc/src/signac-flow.md b/doc/src/signac-flow.md index 918c0ee..00dd871 100644 --- a/doc/src/signac-flow.md +++ b/doc/src/signac-flow.md @@ -33,8 +33,13 @@ Commands: | `project.py submit --bundle --parallel` | A command *may* execute [group members][group] in [parallel]. | | `project.py submit -o ` | [`row submit --action `](row/submit.md) | | `project.py -j [JOB_ID1] [JOB_ID2] ...` | `row [JOB_ID1] [JOB_ID2] ...` | -| `project.py -j a1234` | `cd workspace; row a1234*` | | `project.py -f ` | `row $(signac find )` | +| `project.py -j a1234` | `row a1234`_TAB_ | + +> Note: [Enable tab completion] before attempting to use _TAB_ to complete action or +> directory names. + +[Enable tab completion]: install.md#configuring-shell-autocompletion Conditions: | flow | row |