Skip to content

Commit

Permalink
Add more info about url usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gnojus committed Feb 27, 2020
1 parent 7de9b9a commit 33a5bd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cf.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ Examples:
cf submit If current path is "<contest-id>/<problem-id>", cf will find the
code which can be submitted. Then submit to <contest-id> <problem-id>.
cf submit a.cpp
cf submit 100 a
cf submit https://codeforces.com/contest/100 a
cf submit https://codeforces.com/problemset/problem/100/A a.cpp
cf submit 100 a a.cpp
cf list List all problems' stats of a contest.
cf list 1119
Expand Down Expand Up @@ -77,8 +78,8 @@ Examples:
Notes:
<problem-id> "a" or "A", case-insensitive.
<contest-id> A number. You can find it in codeforces contest url. E.g. "1119" in
"https://codeforces.com/contest/1119".
<url|contest-id> An url or a number. The url may contain additional information,
such as <problem-id>. E. g. "https://codeforces.com/contest/1116" or "1116."
<alias> Template's alias.
File:
Expand Down

0 comments on commit 33a5bd5

Please sign in to comment.