Skip to content

Commit 5aea8e4

Browse files
committed
mini update
1 parent 3c8d6ec commit 5aea8e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

argv-parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def [](symb)
4141
self.send(symb)
4242
end
4343

44-
#-y Yes/Noを尋ねないで実行
44+
#-f Yes/Noを尋ねないで実行
4545
#-b バックアップを取る?
4646
#-s 出力フォーマット指定
4747

rename.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
require "./argv-parser"
44

55
=begin
6+
常に最新の状態で使用できるようにリポジトリのrename.rbを呼び出す
7+
rubyのコードを書く&添付する
8+
69
新しくオプションの追加するときにはdir,targをパースする前に抜き出す
710
エスケープが必要な記号を用いたテストがない
811
スペースを繰り返す時はエスケープが必要かも

0 commit comments

Comments
 (0)