This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Commit cdb7476
committed
fix(makefile): set help as default target instead of parameter error
- Add .DEFAULT_GOAL := help to make 'make' show help by default
- Previously 'make' without arguments showed parameter validation error
- Now provides better UX by showing comprehensive help output
- Preserves parameter validation for infrastructure commands that need them
- Fixes common user frustration when exploring available commands
Improves developer experience for Issue #28 staging deployment testing.1 parent 38c9e3d commit cdb7476
1 file changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| |||
0 commit comments