s6.app.mainΒΆ

Application entrypoint loader for Sense Core.

Provides a small CLI that discovers and runs subcommands implemented in s6.app modules. It delegates to entrypoint_loader.EntryPointLoader and skips private or test-only modules (those starting with _ or test_).

s6.app.main.main()

Run the dynamic entrypoint loader.

Loads modules under s6.app and executes the selected subcommand if provided; otherwise prints a help summary.

Return type:

None