switch from flags to cobra (#3884)

Signed-off-by: Avi Deitcher <avi@deitcher.net>

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2022-12-29 10:31:57 +02:00
committed by GitHub
parent 8b04a8c92a
commit 154f943d01
271 changed files with 17757 additions and 3793 deletions

View File

@@ -79,5 +79,5 @@ The sample command to run the enclosed is:
```
linuxkit build swap.yml
linuxkit run -disk size=4G swap
linuxkit run --disk size=4G swap
```