LoginSignup
2
0

More than 5 years have passed since last update.

pstorm コマンドの再インストール

Last updated at Posted at 2016-09-22

PhpStorm をアップデートしても、pstorm コマンドが古いバージョンのままで、CLI 経由では古いバージョンが起動することがあった。

新しいバージョンを GUI で起動して、下記手順で再インストールすれば ok。

  • Shift + ShiftSearch Everywhere 起動
  • command-line を入力
  • Create Command-line Launcher を実行

Create_Launcher_Script_と_list5-1-111_php_-_php-techical-master-sample_-____sandbox_php-techical-master-code_.png

-h オプションでヘルプが見れる。pstorm diff で差分が見れたりする。(表示は、IDEに出る)

$ pstorm -h
Usage:
  /usr/local/bin/pstorm -h |-? | --help
  /usr/local/bin/pstorm [-l|--line line] file[:line]
  /usr/local/bin/pstorm diff <left> <right>
  /usr/local/bin/pstorm merge <local> <remote> [base] <merged>

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0