Skip to content

Commit 022b866

Browse files
authored
Merge pull request #41 from eddelbuettel/master
One-char fix commenting out a debugging aide
2 parents 50795c9 + 3520d99 commit 022b866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/docopt.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docopt <- function( doc, args=commandArgs(TRUE), name=NULL, help=TRUE, version=N
4646
}
4747
}
4848

49-
print(args)
49+
#print(args)
5050
#browser()
5151
#args <- fix_quoted_options(args)
5252
#args <- str_c(args, collapse=" ")

0 commit comments

Comments
 (0)