Module perseus_cli::parse

source ·
Expand description

Parsing utilities for arguments.

Structs

  • Builds your app
  • Packages your app for deployment
  • Exports an error page for the given HTTP status code
  • Exports your app to purely static files
  • Initializes a new Perseus project in the current directory
  • Creates a new Perseus project in a directory of the given name, which will be created in the current path
  • The command-line interface for Perseus, a super-fast WebAssembly frontend development framework!
  • Serves your app
  • Serves your app as perseus serve does, but puts it in testing mode
  • Runs the tinker action of plugins, which lets them modify the Perseus engine

Enums