Sha256: 3c34ab8d6b2df5095629266ec46fe543881e6992245dc03faebffd4b13587b74
Contents?: true
Size: 353 Bytes
Versions: 5
Compression:
Stored size: 353 Bytes
Contents
# frozen_string_literal: true require "dry/cli" module Rfix module CLI module Command extend Dry::CLI::Registry register "origin", Origin register "branch", Branch register "local", Local register "setup", Setup register "lint", Lint register "info", Info register "help", Help end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rfix-2.0.4 | lib/rfix/cli/command.rb |
rfix-2.0.3 | lib/rfix/cli/command.rb |
rfix-2.0.2 | lib/rfix/cli/command.rb |
rfix-2.0.1 | lib/rfix/cli/command.rb |
rfix-2.0.0 | lib/rfix/cli/command.rb |