Sha256: dc4fb3b9f7c99ce722c563605ad2ef6cb95701af503415f38b63539a1ee3235e
Contents?: true
Size: 276 Bytes
Versions: 30
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module Takelage # takelage info class Info < SubCommandBase desc 'project [COMMAND]', 'Get project info' subcommand 'project', InfoProject desc 'status [COMMAND]', 'Get status info' subcommand 'status', InfoStatus end end
Version data entries
30 entries across 30 versions & 1 rubygems