lana/help/help.v

7 lines
84 B
V

module help
import docstore
pub fn show_help() {
print(docstore.help_text())
}