chore: storing version and changelog
This commit is contained in:
@@ -35,7 +35,7 @@ func validate(arguments: Array):
|
||||
]
|
||||
)
|
||||
return false
|
||||
|
||||
|
||||
return true
|
||||
|
||||
# Run the command
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user