-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit tweaks the argument handling based on the suggestion by @achilleas-k (thanks!). Now it takes ```console $ image-builder manifest centos-9 qcow2 ./path/to/blueprint ... $ image-builder manifest --arch s390x centos-9 qcow2 ... ``` This means it is no longer copy/paste friendly from `--list-images` but we can tweak the output of that so that by default we only how `distro:foo type:bar` instead of the full arch string and hint via something like `isatty(0)` for interactive users that there are more arches available.
- Loading branch information
Showing
2 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters