My cli tool description
chatgpt --token "token from https://beta.openai.com/account/api-keys" "your prompt" chatgpt --token "token from https://beta.openai.com/account/api-keys" --interactive"stop", "quit" or "exit" to stop
build it (and move it to PATH)
swift build -c releaseor if we want without swift runtime dependencies (ie static executable)
swift build -c release -Xswiftc -static-executableThis projet is build using action action-swift-cli-build