#33 Test all exposed CLI options
Closed: Fixed None Opened 16 years ago by jsteffan.

We have inched our way to version 0.3 release. I have just tagged rc1, which is pre-v0.2.x cleanup. I will be doing massive housekeeping and then tagging rc2 after this ticket passes.[[BR]]
[[BR]]
{{{
Options:
-h, --help show this help message and exit

Runtime Options:
--cli Use the CLI rather then GUI
--gui Force pyJigdo to use the GUI. Does not fallback to CLI
and thus shows GUI related errors
--list-images List available images for a given Jigdo file.
-d DEBUGLEVEL, --debug=DEBUGLEVEL
Set debugging level (0 by default)

Configuration Options:
-c [config file], --config=[config file]
PyJigdo configuration file to use
--dest-dir=[directory], --destination-directory=[directory]
Destination directory for products. (Default:
/home/jon/Development/pyjigdo
--work-dir=[directory], --working-directory=[directory]
Working directory. (Default:
/home/jon/Development/pyjigdo/pyjigdo-data)

General Options:
-j [url], --jigdo=[url]
Location of jigdo file.
--info Print information about the jigdo image and exit.
--fallback=[number of tries]
Number of public mirrors to try before using a
fallback mirror. (Default: 5)
-t [number of seconds], --timeout=[number of seconds]
Number of seconds to wait before switching to
different slice source. (Default: 15)

Download Options:
-i [image number], --image=[image number]
Download or Host given image number(s).
-a, --all Download or Host all images defined in jigdo.

Scan Options:
-s [directory], --scan-dir=[directory]
Scan given directory for files needed by selected
image(s).
--scan-iso=[iso image]
Mount and then scan existing ISO images for files
needed by selected image(s).
}}}


Working: --cli --gui --list-images --info -d --dest-dir --work-dir -i -a -j --fallback -t -s

Working: --scan-iso, --scan-iso and -s together

Metadata Update from @jsteffan:
- Issue assigned to jsteffan
- Issue set to the milestone: Version 0.3

7 years ago

Login to comment on this ticket.

Metadata