We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e20c1 commit 9f89c56Copy full SHA for 9f89c56
README.md
@@ -31,10 +31,10 @@ Get an API key from https://www.anthropic.com/api
31
npm install -g mycoder
32
33
# Start MyCoder with a prompt
34
-mycoder "your prompt here"
+mycoder "fix all build errors and ensure the tests pass"
35
36
# Start in interactive mode
37
-mycoder --interactive
+mycoder -i
38
39
# Read prompt from a file
40
mycoder --promptFile=your-prompt.txt
0 commit comments