| 168 | extern void make_user_commands(); |
| 169 | |
| 170 | void settings_init() { |
| 171 | make_settings(); |
| 172 | make_file_commands(); |
| 173 | } |
| 174 | |
| 175 | static Error show_help(const char* value, AuthenticationLevel auth_level, Channel& out) { |
| 176 | log_string(out, "HLP:$$ $+ $# $S $L $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H $F $E=err ~ ! ? ctrl-x"); |
no test coverage detected