Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
18121f18
Commit
18121f18
authored
Mar 01, 2013
by
Jurrien Stutterheim
Browse files
filename.prj -> projectname
parent
b4d7c2f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpm/Cpm.icl
View file @
18121f18
...
...
@@ -90,8 +90,8 @@ doCpmAction world cleanhome pwd (Module mn ma) = doModuleAction world cleanh
doCpmAction
world
_
_
_
=
help
"cpm <target>"
[
"Where <target> is one of the following:"
,
" project <
filename.prj
> : project actions"
,
" module
: module actions"
,
" project <
projectname
> : project actions"
,
" module : module actions"
,
""
,
"Execute `cpm <target> help` to get help for specific actions."
]
world
...
...
@@ -141,7 +141,7 @@ doProjectAction world cleanhome pwd pn (BuildProject force ideenvs)
doProjectAction
world
cleanhome
_
pn
(
ProjectPath
pa
)
=
doProjectPathAction
world
cleanhome
pn
pa
doProjectAction
world
_
_
_
_
=
help
"cpm project <projectname
.prj
> <action>"
help
"cpm project <projectname> <action>"
[
"Where <action> is one of the following"
,
" create : create a new project"
,
" show : show project information"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment