Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-05-30 12:07:34 +03:00
parent 7b7f680e36
commit 7b529d40c7

View File

@ -608,7 +608,8 @@ var CLIActions = actions.Actions({
cliCloneIndex: ['- System/CLI/clone index', cliCloneIndex: ['- System/CLI/clone index',
function(){ function(){
}], }],
// XXX report that can't find an index... // XXX report that we can't find an index...
// ...or should we treat the target as an image dir???
// XXX move options to generic object for re-use... // XXX move options to generic object for re-use...
// XXX how do we handle errors??? // XXX how do we handle errors???
cliExportImages: ['- System/CLI/export images', cliExportImages: ['- System/CLI/export images',