Unlike on Windows, none of the following commands could open a project from CLI
open -a /Applications/Audiokinetic/Wwise_version/Wwise.app /path/to/myproj/myproj.wproj
/Applications/Audiokinetic/Wwise_version/Wwise.app/Contents/MacOS/Wwise2019 /path/to/myproj/myproj.wproj
Or using the pseudo-WIndows paths
open -a /Applications/Audiokinetic/Wwise_version/Wwise.app Z:\\path\\to\\myproj\\myproj.wproj
/Applications/Audiokinetic/Wwise_version/Wwise.app/Contents/MacOS/Wwise2019 Z:\\path\\to\\myproj\\myproj.wproj
Does this feature exist on macOS?