File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,18 +25,24 @@ Usage:
2525
2626Available 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
3736Flags:
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
4147Use "hack [command] --help" for more information about a command.
4248```
You can’t perform that action at this time.
0 commit comments