Overview
Thedevcpc help command displays comprehensive help information including available commands, options, usage examples, and links to documentation.
Syntax
Aliases
The help command can be invoked in multiple ways:Output Example
Help Sections
Header
Displays:- DevCPC logo (ASCII art keyboard)
- Version number
- Author information
- Project description
Usage
Shows command syntax:Available Commands
Lists all commands with brief descriptions:| Command | Description |
|---|---|
new <nombre> | Crear nuevo proyecto |
build | Compilar proyecto actual |
clean | Limpiar archivos generados |
run [--dsk|--cdt] | Ejecutar en emulador (DSK o CDT) |
info | Mostrar configuración |
validate | Validar proyecto |
update | Actualizar DevCPC |
help | Mostrar ayuda |
version | Mostrar versión |
Execution Options
Shows runtime flags:--dsk- Force DSK execution--cdt- Force CDT execution- Default behavior (uses RUN_MODE)
Examples
Provides quick start examples:Documentation Link
Points to comprehensive documentation:Command Help
For command-specific help, refer to individual command pages:devcpc new- Project creationdevcpc build- Compilation processdevcpc clean- Cleanup operationsdevcpc run- Emulator executiondevcpc info- Configuration displaydevcpc validate- Project validationdevcpc update- Update processdevcpc version- Version information
Use Cases
Quick Reference
When you forget a command:New User Onboarding
First time using DevCPC:Command Discovery
Explore available commands:Quick Start
Get started quickly:Logo Display
The help includes an ASCII art keyboard representing Amstrad CPC:- Identifies DevCPC clearly
- Adds retro computing aesthetic
- Makes terminal output recognizable
Color Output
The help uses colors for readability:- Blue - Headers and dividers
- Green - Commands and success indicators
- Yellow - Section titles
- Cyan - Options and emphasis
Help in Workflow
Development Workflow
Learning Workflow
Additional Resources
For more detailed information:Official Documentation
- GitHub Repository: https://github.com/destroyer-dcf/DevCPC
- README: Comprehensive guide with examples
- Wiki: Detailed tutorials and guides
Related Projects
- 8BP Library: https://github.com/jjaranda13/8BP
- ABASM Assembler: https://github.com/fragarco/abasm
- RetroVirtualMachine: https://www.retrovirtualmachine.org/
Community
- Issues: Report bugs and request features
- Discussions: Ask questions and share projects
Error Handling
Unknown Command
No Arguments
Scripting Help
Extract help information in scripts:Help Updates
The help output updates with each version:- New commands are added
- Descriptions are refined
- Examples are updated
- Links are maintained
Internationalization
Currently DevCPC help is in Spanish:- Commands are in English
- Descriptions are in Spanish
- Examples use Spanish project names
Related Commands
devcpc version- Check versiondevcpc info- Project-specific help- All other commands listed in help output