Implemented the OpenCommand subcommand in the executable target.

This commit is contained in:
2025-02-20 00:23:12 +01:00
parent 0b2bcd6d1e
commit 77363a7c0e
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,6 @@
import ArgumentParser
import ColibriLibrary
// MARK: - ExpressibleByArgument
extension IDE: ExpressibleByArgument {}