cli file operation

Supported from HBuilderX 3.1.11+

Command

  1. cli open --file <file-name>

Example

  1. # Open the specified path file
  2. cli open --file /Users/apple/package.json
  3. # Open the specified path file, and jump to the specified line
  4. cli open --file /Users/apple/package.json:2:2