diff --git a/lib/compass/exec/helpers.rb b/lib/compass/exec/helpers.rb index b10e2311..11d31dd6 100644 --- a/lib/compass/exec/helpers.rb +++ b/lib/compass/exec/helpers.rb @@ -5,6 +5,9 @@ module Compass::Exec if Compass::Commands.command_exists? arguments.first SubCommandUI else + Compass::Logger.new.red do + Haml::Util.haml_warn "WARNING: This interface is deprecated. Please use the new subcommand interface.\nSee `compass help` for more information.\n" + end SwitchUI end end