Skip to content

Commit fc8d78d

Browse files
committed
Remove 'update' command
1 parent 007ff3a commit fc8d78d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Help:
2121
codegame --help
2222
```
2323

24+
## Features
25+
26+
- View the CodeGame documentation
27+
- Create a new client
28+
- Go
29+
- Create a new game server
30+
- not implemented
31+
2432
## License
2533

2634
Copyright (c) 2022 CodeGame Contributors (https://github.com/orgs/code-game-project/people)

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ func main() {
1818
fmt.Fprintln(os.Stderr, "\nThe official CodeGame CLI.")
1919
fmt.Fprintln(os.Stderr, "\nCommands:")
2020
fmt.Fprintln(os.Stderr, "\tnew \tCreate a new project.")
21-
fmt.Fprintln(os.Stderr, "\tupdate \tUpdate the CodeGame libraries in the current project.")
2221
fmt.Fprintln(os.Stderr, "\tdocs \tOpen the CodeGame documentation in a web browser.")
2322
fmt.Fprintln(os.Stderr, "\nAbout: https://github.com/code-game-project")
2423
fmt.Fprintln(os.Stderr, "Copyright (c) 2022 CodeGame Contributors (https://github.com/orgs/code-game-project/people)")

0 commit comments

Comments
 (0)