Skip to content

Commit

Permalink
Merge pull request #22 from sogaiu/tweak-cli-doc
Browse files Browse the repository at this point in the history
Tweak quoting in sample invocation
  • Loading branch information
cfoust authored Aug 22, 2024
2 parents 33440da + 01fe394 commit 88c8110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Some examples:
cy exec -c "(shell/attach \"$(pwd)\")"

# Set a parameter on the client
cy exec -c "(param/set :client :default-frame 'big-hex')"
cy exec -c "(param/set :client :default-frame \"big-hex\")"
```

#### Reading data from `cy`
Expand Down

0 comments on commit 88c8110

Please sign in to comment.