Add install-shell-completions command, show version on bare run, update README
- New install-shell-completions command: auto-detects zsh/bash, installs completion script, configures shell rc files (idempotent) - Running asc-client without a subcommand now shows version + help - README: add Homebrew tap, download binary, and quarantine instructions; clarify build time is due to asc-swift's generated API files
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,10 +1,19 @@
|
||||
# General
|
||||
.DS_Store
|
||||
|
||||
# Development
|
||||
/.build
|
||||
/Packages
|
||||
/.claude
|
||||
*.xcodeproj
|
||||
xcuserdata/
|
||||
DerivedData/
|
||||
.swiftpm/configuration/registries.json
|
||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||
.netrc
|
||||
|
||||
# Claude Code
|
||||
/.claude
|
||||
.claude/
|
||||
**/CLAUDE.md
|
||||
!/CLAUDE.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user