RintaroYamada
RintaroYamada
Hello, I've encountered a similar issue as described here. **Environment**: - mas-cli version: 1.8.6 - macOS version: 13.5.1 **Issue**: When I run `mas outdated`, it shows an update for `辞書...
Hi @rgoldberg, I attempted to run `swift package generate-docc-reference`, but it seems the plugin is not currently configured in the project. Also, I didn’t find any existing script in `Scripts/`...
@rgoldberg Thanks! I've updated the main file locally and started editing the relevant Swift files to document the commands in README.md with `abstract:` and `help:` fields. I'll let you know...
@rgoldberg I've noticed that the man page format merges the abstract and discussion into a single section, while the autogenerated mas.md splits them more structurally. Because of that, we're aiming...
Hi @rgoldberg, Thanks for your message. Here's my current environment and build status: Environment Information: macOS: Darwin 24.5.0 (Kernel: xnu-11417.121.6~2) Architecture: x86_64 (Intel Mac) Xcode: Xcode 16.4 (Build 16F6) Command...
Hi @rgoldberg, Thanks for the follow-up. To clarify: I’ve been building mas using swift build directly from the command line (in the root directory). I haven't used Scripts/build or xcodebuild....