WIP: feature/1-add-support-for-fs-crud #47
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ module GX::Commands
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
|
# FIXME: verify that filesystem is valid or return an error
|
||||||
|
|
||||||
# Assuming create_args is passed to this command with necessary details
|
# Assuming create_args is passed to this command with necessary details
|
||||||
create_args = @config.create_args
|
create_args = @config.create_args
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue