Skip to content

Simplify Make chapter shorthand: CH=01 - #11

Merged
leandro-mana merged 1 commit into
mainfrom
feature/simplify-make-chapter
Feb 26, 2026
Merged

Simplify Make chapter shorthand: CH=01#11
leandro-mana merged 1 commit into
mainfrom
feature/simplify-make-chapter

Conversation

@leandro-mana

Copy link
Copy Markdown
Owner

Summary

  • Add CH=01 shorthand that auto-expands to CHAPTER=chapter_01
  • Before: make jupyter CHAPTER=chapter_01
  • After: make jupyter CH=01
  • Old CHAPTER= form still works for backwards compatibility
  • Updated help text, error messages, and README examples

Test plan

  • make list-notebooks CH=01 works
  • make list-notebooks CH=41 works
  • make list-notebooks CH=99 shows error
  • make list-notebooks (no arg) shows usage
  • make list-notebooks CHAPTER=chapter_01 still works (backwards compat)

🤖 Generated with Claude Code

- Add CH shorthand that expands to CHAPTER=chapter_XX automatically
- Update help text, error messages, and README examples
- Old CHAPTER= form still works for backwards compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@leandro-mana leandro-mana added the tooling Build tools, linting, formatting label Feb 26, 2026
@leandro-mana
leandro-mana merged commit 4782100 into main Feb 26, 2026
6 checks passed
@leandro-mana
leandro-mana deleted the feature/simplify-make-chapter branch February 26, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling Build tools, linting, formatting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant