#!/usr/bin/env ruby
# frozen_string_literal: true

require "libptouch/cli/label_print"

exit Libptouch::Cli::LabelPrint.run(ARGV)
