Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added paramType for packageDir
  • Loading branch information
rbuckton committed May 14, 2015
commit b001006b9df8ce0f77f44736f77cf9abf0ca32d1
3 changes: 2 additions & 1 deletion src/compiler/commandLineParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ module ts {
type: "string",
isFilePath: true,
experimental: true,
description: Diagnostics.Specifies_the_root_directory_of_the_package
description: Diagnostics.Specifies_the_root_directory_of_the_package,
paramType: Diagnostics.DIRECTORY
},
{
name: "diagnostics",
Expand Down