lib/tapioca/commands/annotations.rb in tapioca-0.10.1 vs lib/tapioca/commands/annotations.rb in tapioca-0.10.2
- old
+ new
@@ -1,19 +1,19 @@
# typed: strict
# frozen_string_literal: true
module Tapioca
module Commands
- class Annotations < Command
+ class Annotations < CommandWithoutTracker
extend T::Sig
sig do
params(
central_repo_root_uris: T::Array[String],
auth: T.nilable(String),
netrc_file: T.nilable(String),
central_repo_index_path: String,
- typed_overrides: T::Hash[String, String]
+ typed_overrides: T::Hash[String, String],
).void
end
def initialize(
central_repo_root_uris:,
auth: nil,