Sha256: 1e8950f080bd6e2e7f9fb44189081a8ae34045aafe67899793f4e08a69c7e693
Contents?: true
Size: 276 Bytes
Versions: 6
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true module Takeltau # takeltau 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
6 entries across 6 versions & 1 rubygems