WIP: feature/1-add-support-for-fs-crud #47
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue