dev.cliShortcuts
- Type:
- Default:
truewhen using Rsbuild CLI,falseotherwise. - Version:
>= 1.0.11
Whether to enable CLI shortcuts.
All shortcuts
Press h + Enter to show all shortcuts:
Example
- Enable:
rsbuild.config.ts
- Disable:
rsbuild.config.ts
Custom shortcuts
custom option can be used to custom shortcuts, the value is a function that receives the default shortcuts array and returns a new shortcuts array.
- Add custom shortcuts:
rsbuild.config.ts
- Disable some shortcuts:
rsbuild.config.ts
Print help
help option can be used to control whether to print the help hint when the server is started, the default help hint is:
- Disable the help hint:
rsbuild.config.ts
- Print a custom help hint:
rsbuild.config.ts

