|
| 1 | +( |
| 2 | + 'Requires a path to a folder ("source") that is about to become a project.' |
| 3 | + 'You might also specify a namespace. If no namespace is provided then the name of the namespace' |
| 4 | + 'is derived from the path. If the namespace does not yet exist it will be created.' |
| 5 | + 'The namespace will be LINKed to "source", and a namespace CiderConfig, holding the configuration' |
| 6 | + 'data, will be injected into the namespace.' |
| 7 | + 'For a root project (the whole of #, NOT recommended) you must specify # as 2nd argument.' |
| 8 | + '' |
| 9 | + ' * Creates a file "cider.config" in that folder' |
| 10 | + ' * Lets the user edit that file and makes sure that all mandatory settings are specified correctly' |
| 11 | + ' * In case an alias is specified, the alias is saved' |
| 12 | + ' * Finally it attempts to open the new project' |
| 13 | + '' |
| 14 | + 'If no path is specified it acts on the current directory, but in that case the user is prompted' |
| 15 | + 'for confirmation to avoid mishaps.' |
| 16 | + '' |
| 17 | + '-acceptConfig: By default a file cider.config is created, and an error is thrown in' |
| 18 | + ' case it already exists. You can use -acceptConfig to force CreateProject' |
| 19 | + ' to accept an already existing config file.' |
| 20 | + '-noEdit: With -noEdit you can prevent the user from being asked to edit the config file.' |
| 21 | + '-alias: In case you are going to work on the new project frequently you may specify' |
| 22 | + ' -alias=name; from then on you can use the [alias] rather than the path.' |
| 23 | + ' Note that aliases are not case sensitive.' |
| 24 | + '-batch After a project has been created successfully, the user will be asked whether she' |
| 25 | + ' wants to open the project as well. You can enforce that without the user being' |
| 26 | + ' questioned by setting the -batch flag. Mainly useful for test cases and possibly' |
| 27 | + ' an automated build process.' |
| 28 | + '-ignoreUserExec Suppress execution of a user function defined in Cider''s config file on this occasion.' |
| 29 | +) |
0 commit comments