sorcha_cmdline.init

Functions

parse_file_selection(file_select)

Turns the number entered by the user at the command line into a string

execute(args)

main()

Module Contents

parse_file_selection(file_select)[source]

Turns the number entered by the user at the command line into a string prompt. Also performs error handling.

Parameters:

file_select (int) -- Integer entered by the user at command line.

Returns:

which_configs -- String indicating which configuration files to retrieve. Should be "rubin", "demo" or "all".

Return type:

string

execute(args)[source]
main()[source]