45 46 47
# File 'lib/tiun/cli.rb', line 45 def actions @actions ||= parse.actions.select { |a| Tiun::Actor.kinds.include?(a) } end