Command Line
Usage:
code-browser [-i] file1 file2 ...
Starts the editor and opens a window for each file specified in command line. Each file name can be followed by a colon and a line number to force the file to be opened at a particular line:
code-browser src/file.cpp:457
The -i switch forces to create a new instance of the editor, overridding the allow-multiple-instances option in the configuration file.