Compare commits

..

No commits in common. "3f22971fa88da4a6abb456c8b71db21d5e17e33b" and "d9db2380d9562ea495a1ed16b0f97c17b4094570" have entirely different histories.

View file

@ -88,11 +88,12 @@ module GX
end
def run()
@config.load_from_file
case @config.mode
when Config::Mode::ShowVersion
STDOUT.puts "#{PROGRAM_NAME} #{VERSION}"
when Config::Mode::Mount
@config.load_from_file
mount
end
end