module Bundler::Thor::Base::ClassMethods

def strict_args_position!

invocations.
call strict_args_position! This is disabled by default to allow dynamic
If you want only strict string args (useful when cascading thor classes),
def strict_args_position!
  @strict_args_position = true
end