30 lines
555 B
Text
30 lines
555 B
Text
|
|
# cli/help/ subsystem façade (ADR-026).
|
||
|
|
export use cli/help/categories.nu [
|
||
|
|
help-main
|
||
|
|
help-build
|
||
|
|
help-infrastructure
|
||
|
|
help-orchestration
|
||
|
|
help-development
|
||
|
|
help-workspace
|
||
|
|
help-platform
|
||
|
|
help-setup
|
||
|
|
help-concepts
|
||
|
|
help-guides
|
||
|
|
help-authentication
|
||
|
|
help-mfa
|
||
|
|
help-plugins
|
||
|
|
help-utilities
|
||
|
|
help-tools
|
||
|
|
help-diagnostics
|
||
|
|
help-integrations
|
||
|
|
help-vm
|
||
|
|
]
|
||
|
|
export use cli/help/core.nu [
|
||
|
|
resolve-doc-url
|
||
|
|
provisioning-help
|
||
|
|
]
|
||
|
|
export use cli/help/render.nu [
|
||
|
|
resolve-doc-url
|
||
|
|
provisioning-help
|
||
|
|
]
|