Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

docs: fixed copy format and command #146

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ This template includes a simple demo game with the basics you'll need for game d
dart pub global activate very_good_cli
```

2. Generate your game
2. Generate your game named my_game
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we revert this title change and put the comment back in to describe the name parameter. Let's focus the fix on the missing " which is a good catch.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, @tomarra Thanks.

The only issue I see here is the quick copy button copies the command with a comment.

Generally, I have seen that description with multiple commands like this.
https://github.com/VeryGoodOpenSource/very_good_cli

For a single command and quick start, we should have the command ready for devs to dive in.

#UX Improvement for devs


```sh
# Create a new Flame game named my_game
very_good create flame_game my_game --desc "My new Flame game
very_good create flame_game my_game --desc "My new Flame game"
```

### With mason
Expand Down