HI,
i am created command line tool in main swiftui app for MacOS using the following link.
my queries are:
- How to run command line app when main swiftui app starts ?
- How to check command line app is running or not ?
- How to stop command line app using main app?
- How to get data from command line app using main swiftui app?
- How to terminate command line app when main app terminates?