Skip to content

Commit

Permalink
Update deprecation warnings to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewarkin committed Apr 20, 2024
1 parent ece6012 commit 5d1c83f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/spoom/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def bump(directory = ".")

desc "coverage", "Collect metrics related to Sorbet coverage"
def coverage(*args)
say_warning("This command is deprecated. Please use `spoom srb bump` instead.")
say_warning("This command is deprecated. Please use `spoom srb coverage` instead.")

invoke(Cli::Srb::Coverage, args, options)
end
Expand All @@ -73,7 +73,7 @@ def coverage(*args)

desc "lsp", "Send LSP requests to Sorbet"
def lsp(*args)
say_warning("This command is deprecated. Please use `spoom srb bump` instead.")
say_warning("This command is deprecated. Please use `spoom srb lsp` instead.")

invoke(Cli::Srb::LSP, args, options)
end
Expand Down

0 comments on commit 5d1c83f

Please sign in to comment.