dev-cmd/extract: Can't be typed: strict because of undef usage

This commit is contained in:
Issy Long 2024-07-01 18:11:11 +01:00
parent b1817391a8
commit 9e0a749231
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
# typed: true
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
# frozen_string_literal: true
require "abstract_command"