Compare commits
No commits in common. "3f22971fa88da4a6abb456c8b71db21d5e17e33b" and "d9db2380d9562ea495a1ed16b0f97c17b4094570" have entirely different histories.
3f22971fa8
...
d9db2380d9
1 changed files with 2 additions and 1 deletions
|
@ -88,11 +88,12 @@ module GX
|
||||||
end
|
end
|
||||||
|
|
||||||
def run()
|
def run()
|
||||||
|
@config.load_from_file
|
||||||
|
|
||||||
case @config.mode
|
case @config.mode
|
||||||
when Config::Mode::ShowVersion
|
when Config::Mode::ShowVersion
|
||||||
STDOUT.puts "#{PROGRAM_NAME} #{VERSION}"
|
STDOUT.puts "#{PROGRAM_NAME} #{VERSION}"
|
||||||
when Config::Mode::Mount
|
when Config::Mode::Mount
|
||||||
@config.load_from_file
|
|
||||||
mount
|
mount
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue