Skip to content

Commit 136abf5

Browse files
committed
liboci-cli: Update README with information about features subcommand
The `features` subcommand is implemented in `runc`, but not documented. See opencontainers/runc#3296 Signed-off-by: Christophe de Dinechin <dinechin@redhat.com> Suggested-by: Toru Komatsu <k0ma@utam0k.jp>
1 parent 4c57517 commit 136abf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/liboci-cli/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Interface](https://github.com/opencontainers/runtime-tools/blob/master/docs/comm
1616
| checkpoint | | ||| |
1717
| events || || ||
1818
| exec || ||||
19+
| features || | 🏴 | | |
1920
| list || ||||
2021
| pause || ||||
2122
| ps || ||||
@@ -24,3 +25,6 @@ Interface](https://github.com/opencontainers/runtime-tools/blob/master/docs/comm
2425
| run || ||||
2526
| spec || ||||
2627
| update | | ||| |
28+
29+
🏴 The `features` subcommand is [implemented](https://github.com/opencontainers/runc/pull/3296)
30+
in `runc`, but not documented.

0 commit comments

Comments
 (0)