description

This commit is contained in:
Lloyd Brookes
2019-06-08 18:34:26 +01:00
parent 329040e94c
commit d55ca0f53b
4 changed files with 8 additions and 9 deletions

View File

@ -37,13 +37,12 @@ class WsCli extends LwsCli {
sections.unshift(
{
header: 'local-web-server',
content: 'The modular web server for productive full-stack development.'
content: 'A modular HTTP, HTTPS and HTTP2 command-line web server for personalised, full-stack web development.'
},
{
header: 'Synopsis',
content: [
'$ ws <options>',
'$ ws {underline command} <options>'
'$ ws <options>'
]
}
)