Skip to content

Commit 2d3a1fc

Browse files
committed
Update README.md
1 parent 4285fd5 commit 2d3a1fc

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,24 @@ Usage:
2525
2626
Available Commands:
2727
copy Copy main program to clipboard
28+
get get contests
2829
help Help about any command
2930
init Initialize workspace for the contest
3031
jump Get current quiz directory
31-
list list contests
32-
sample Create sample files
33-
switch Switch contest current contest
32+
set Switch contest current contest
3433
test Test main program
3534
version Show this command version
3635
3736
Flags:
38-
-c, --config string config file (default /home/ladicle/.hack.yaml)
39-
-h, --help help for hack
37+
--alsologtostderr log to standard error as well as files
38+
-c, --config string config file (default ~/.hack.yaml)
39+
-h, --help help for hack
40+
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
41+
--log_dir string If non-empty, write log files in this directory
42+
--logtostderr log to standard error instead of files
43+
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
44+
-v, --v Level log level for V logs
45+
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
4046
4147
Use "hack [command] --help" for more information about a command.
4248
```

0 commit comments

Comments
 (0)