start command starts all instead of starting unit by name. That is what startall command is for. The start command must take a required name.
Also check stop to not do what stopall does.
start command starts all instead of starting unit by name. That is what startall command is for. The start command must take a required name.
Also check stop to not do what stopall does.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
start command starts all instead of starting unit by name. That is what startall command is for. The start command must take a required name.
Also check stop to not do what stopall does.
PR: #6 issue-5 regression tests for start/stop/startall/stopall CLI semantics
Branch:
issue-5-targeted-start-stopCommit SHA:
5026ae4PR URL: #6
Verification (make test): all packages pass.
What was done
cmd/start_test.go- regression tests forstart <name>arg-count enforcementsystemd/start_stop_test.go- regression tests covering buildExecCommands, sort order asc/desc with tiebreakers, skip disabled/uninstalled unitsCaveats