chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-19 07:12:53 +00:00
parent b4a57fa788
commit a8ab14cd01
3 changed files with 11 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ func validate(arguments: Array):
]
)
return false
return true
# Run the command

View File

@@ -57,7 +57,7 @@ func prepare_arguments(arguments: Array) -> Array:
if index >= complete_arguments.size():
complete_arguments.append(arguments[index])
continue
complete_arguments[index] = escoria.utils.get_typed_value(
arguments[index],
types[index]