module ChefCLI::Helpers

def usr_bin_path(command)

Returns the full path to the given command under usr_bin_prefix
def usr_bin_path(command)
  File.join(usr_bin_prefix, command)
end