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

Draft
glenux wants to merge 53 commits from feature/1-add-support-for-fs-crud into develop
Showing only changes of commit bfbc9bb301 - Show all commits

View file

@ -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