Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7c2feb1c
...
7c2feb1cbce141c002669e31f2e1359ee54b0053
authored
2013-03-16 04:52:11 -0700
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #418 from hexid/master
#225 - Raw CLI casting
2 parents
4817c308
7c692a83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/cli.js
modules/cli.js
View file @
7c2feb1
...
...
@@ -108,7 +108,7 @@ exports.parse = function parse(phantomArgs) {
}
else
{
// positional arg
extract
.
args
.
push
(
castArgument
(
arg
));
extract
.
raw
.
args
.
push
(
castArgument
(
arg
)
);
extract
.
raw
.
args
.
push
(
arg
);
}
});
extract
.
raw
=
utils
.
mergeObjects
(
extract
.
raw
,
{
...
...
Please
register
or
sign in
to post a comment