# File lib/cft/commands/pack.rb, line 8 def opts opts = super("cft pack [options] SESSION") opts.separator "Pack a raw session into a tarball" opts.on("-t", "--tar FILE", "pack the raw session into FILE") do |val| @tarball = val end opts end