File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2121codegame --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
2634Copyright (c) 2022 CodeGame Contributors (https://github.com/orgs/code-game-project/people )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ func main() {
1818 fmt .Fprintln (os .Stderr , "\n The official CodeGame CLI." )
1919 fmt .Fprintln (os .Stderr , "\n Commands:" )
2020 fmt .Fprintln (os .Stderr , "\t new \t Create a new project." )
21- fmt .Fprintln (os .Stderr , "\t update \t Update the CodeGame libraries in the current project." )
2221 fmt .Fprintln (os .Stderr , "\t docs \t Open the CodeGame documentation in a web browser." )
2322 fmt .Fprintln (os .Stderr , "\n About: https://github.com/code-game-project" )
2423 fmt .Fprintln (os .Stderr , "Copyright (c) 2022 CodeGame Contributors (https://github.com/orgs/code-game-project/people)" )
You can’t perform that action at this time.
0 commit comments