- Add the option
-fixcolthat disables keysi,a, andxnot to shift columns. - Move the main function to the sub-package
cmd/csvito be available as a package of Go - Add the option
-readonlythat forbide changing the value of cell. When enabled, "q" shutdowns csvi immediately
- 列をズレさせないよう、
i,a,xなどを無効にする オプション-fixcolを追加 - Goパッケージとして利用できるよう、main 関数を
cmd/mainへ移動 - セルの変更を禁止する
-readonlyオプションの追加。この時はqで確認プロンプトは出さない