WIP: feature/45-improve-tooling #46

Draft
glenux wants to merge 24 commits from feature/45-improve-tooling into develop
Showing only changes of commit 29ab85a61f - Show all commits

View file

@ -6,6 +6,9 @@ module GX::Commands
end end
def execute def execute
puts "FIXME: detect if config is present"
puts "FIXME: compute config path (either default, or from command line)"
puts "FIXME: create config file from default if needed"
end end
def self.handles_mode def self.handles_mode