GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
cutelyst4-qt6(1) FreeBSD General Commands Manual cutelyst4-qt6(1)

cutelyst4-qt6 - Developer Helper Application for the Cutelyst Web Framework

cutelyst4-qt6 [OPTIONS]

cutelyst4-qt6 is a command line utility to help developers creating new applications for the Cutelyst Web Framework. It can create a skeleton for a new application, controllers and start your application.

Output a usage message and exit
Output the version number of cutelyst4-qt6 and exit.

Creates a new Cutelyst application with the given app_name.
Create a new Controller for your application with the given controller_name.

Starts a HTTP server.
Application file to use with the server (usually in build/src/lib*.so), if not set it will try to autodetect.
Port used by the development server.
Restarts the development server when the application file changes.

Returns 0 on success and 1 on failure.

File bug reports to the issue system of the GitHub project.

cutelyst4-qt6 --create-app MyCutelystApp

cutelyst4-qt6 --contoller MyNewController

cutelyst4-qt6 --server --app-file build/src/libMyCutelystApp.so -p 8080 -r

cutelystd4-qt6(1)

2021-09-01 cutelyst4-qt6 4.7.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.