WIP: feature/1-add-support-for-fs-crud #47

Draft
glenux wants to merge 27 commits from feature/1-add-support-for-fs-crud 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