-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently Language.Spectacle.Interaction.Options uses a file Handle
to write model checker logs to a file if the user provides an output path with --output
/-o
and is subsequently closed when CLI is completed in Language.Spectacle.Interaction.CLI.
Manually managing this handle is error-prone. @ixmatus noted using the Managed
monad to handle cleanup of file Handle
s would be an improvement.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request