fix: Add FIXME comment to verify filesystem validity in mapping_create command

This commit is contained in:
Glenn Y. Rolland 2024-10-25 13:36:08 +02:00
parent d39c7117a4
commit bfbc9bb301

View file

@ -8,6 +8,8 @@ module GX::Commands
end
def execute
# FIXME: verify that filesystem is valid or return an error
# Assuming create_args is passed to this command with necessary details
create_args = @config.create_args