docs(liboci-cli): add missing help descriptions to arguments and options#3456
docs(liboci-cli): add missing help descriptions to arguments and options#3456YJDoc2 merged 2 commits intoyouki-dev:mainfrom
Conversation
Fixes youki-dev#3454 Several subcommands were missing help text for arguments and options, resulting in blank descriptions in `--help` output. Add `///` doc comments to: - kill: container_id, signal, --all - run: --keep - exec: --tty - pause, resume, start, state, delete, ps, update: container_id Signed-off-by: xvchris <xvchris@gmail.com>
YJDoc2
left a comment
There was a problem hiding this comment.
nit: I feel
Container Identifier
would be better than
Identifier of the container
No particular reason, but feels better to me. However, current is also acceptable, open for discussion of the wording.
Apart from that lgtm
|
Good point — updated to 'Container identifier' across all 9 files. Thanks! |
YJDoc2
left a comment
There was a problem hiding this comment.
approved, but the last commit was not signed, so dco is missing. Please re sign as per https://github.com/youki-dev/youki/pull/3456/checks?check_run_id=67356689651 , and then we can merge this.
Signed-off-by: xvchris <chrisjh@foxmail.com>
fdbb5f6 to
521f4d5
Compare
|
@YJDoc2 The DCO check is now passing ✅ (the second commit already had the correct with email). Since there was a force push after your approval, could you re-approve when you get a chance? Thank you! |
|
Thanks for your contribution @xvchris :) |
Description
Several subcommands were missing help text for arguments and options, resulting in blank descriptions in
--helpoutput. Fixes #3454.Add
///doc comments to the fields listed in the issue:kill:<CONTAINER_ID>,<SIGNAL>,--allrun:--keepexec:--ttypause,resume,start,state,delete,ps,update:<CONTAINER_ID>Type of Change