lib/braid/commands/update.rb in braid-1.1.7 vs lib/braid/commands/update.rb in braid-1.1.8
- old
+ new
@@ -1,4 +1,5 @@
+# typed: true
module Braid
module Commands
class Update < Command
def run(path, options = {})
path ? update_one(path, options) : update_all(options)