# File lib/cft/commands.rb, line 79
            def initialize(name)
                super
                @global_opts = {
                    :session_dir => ENV["CFT_SESSION_DIR"] || Cft::SESSION_DIR
                }
            end