mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder exp sync want <unit> <depends-on>
|
|
|
|
Declare that a unit depends on another unit completing before it can start
|
|
|
|
Declare that a unit depends on another unit completing before it can start.
|
|
The unit specified first will not start until the second has signaled that it
|
|
has completed.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|