mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
proxy/make.js: add help output
This commit is contained in:
parent
1e45d48a3c
commit
37aaaffa15
1 changed files with 6 additions and 0 deletions
|
@ -192,4 +192,10 @@ if (tasks.has(cmd)) {
|
|||
t.func();
|
||||
} else {
|
||||
console.error('Command not supported.');
|
||||
|
||||
console.log('Commands:');
|
||||
|
||||
tasks.forEach(function(value, key) {
|
||||
console.log(key + ' - ' + value.msg);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue