-
Notifications
You must be signed in to change notification settings - Fork 185
Feature/improve help command #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jwjohns
wants to merge
17
commits into
eastlondoner:main
Choose a base branch
from
jwjohns:feature/improve-help-command
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add instructions command to output cursor-tools documentation - Make instructions command prominent in help output - Update help text to guide users to full documentation - Register help command properly
since I added this after adding the Xcode command, I inadvertently create a dependency on it. Let me know if I should change that if there are issues with the Xcode pr. |
- Add getBundleIdentifier method to extract bundle ID from Info.plist or build settings - Add getAppName method to get app name from Xcode build settings - Update findAppBundle to use dynamic app name instead of hardcoded 'PapersApp.app' - Add fallback methods for more reliable app and bundle ID detection - Improve search logic for DerivedData with multiple strategies 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
…options - Add buildPath parameter support to specify custom derived data location - Add device parameter for specifying exact simulator device name - Improve build output with optimized flags for faster builds - Store build path in environment variable for sharing between commands - Enhance app bundle discovery logic to find .app files in custom locations - Add better device name parsing and error handling - Implement option parsing from command line arguments 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Added comprehensive documentation for Xcode commands: - Added buildPath parameter documentation in cursorrules.ts - Added Xcode Tools section to README.md with command examples and options - Added Xcode command-specific options in command options section - Added Xcode command examples section to show proper usage 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add instructions command for easy access to cursor-tools documentation
Resolves #26
Overview
This PR adds a new
instructions
command that outputs the complete cursor-tools documentation and command reference. The command is prominently featured in the help output to make it easy for AI agents to discover and use.Changes
instructions
command that outputs the cursor-tools documentationcursor-tools --help
Example Usage
Testing
cursor-tools --help
shows instructions command prominentlycursor-tools instructions
outputs complete documentationcursor-tools help instructions
shows command-specific help