Sha256: 5b2a54631d7c1503516391c3889f66c369636bae9335bfeb0a47bb4d9b6e1a4c

Contents?: true

Size: 206 Bytes

Versions: 2

Compression:

Stored size: 206 Bytes

Contents

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

lib = File.expand_path("../lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require "webmention/cli"

Webmention::CLI::Runner.start

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webmention-cli-3.0.1 exe/webmention
webmention-cli-3.0.0 exe/webmention