Skip to content

Conversation

@Pezhman-Azizi
Copy link

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

  • Add cat/cat.js scaffold with CLI entry (shebang + basic argument parsing).
  • Prints a usage message when no args are provided; placeholder output when args are present.

How to test

From the repo root:

# 1) No args -> shows usage and exits with non-zero status
node cat/cat.js

# 2) With any file arg -> shows scaffold placeholder (no functionality yet)
node cat/cat.js cat/sample-files/1.txt

## Questions

I’m new to this — is my commit plan OK? (cat in small steps: scaffold → basic → -n → -b)

@github-actions
Copy link

Your PR's title isn't in the expected format.

Please check the expected title format, and update yours to match.

Reason: Wrong number of parts separated by |s

@Pezhman-Azizi Pezhman-Azizi changed the title London | SDC-July | Pezhman-Azizi | implementing-shell-tools -in-JavaScript-with-NodeJs London | SDC-July | Pezhman-Azizi | sprint 3 | implementing-shell-tools -in-JavaScript-with-NodeJs Sep 20, 2025
@Pezhman-Azizi Pezhman-Azizi added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Sep 20, 2025
@Pezhman-Azizi Pezhman-Azizi changed the title London | SDC-July | Pezhman-Azizi | sprint 3 | implementing-shell-tools -in-JavaScript-with-NodeJs London | 25-SDC-July | Pezhman-Azizi | sprint 3 | implementing-shell-tools -in-JavaScript-with-NodeJs Sep 20, 2025
@Pezhman-Azizi Pezhman-Azizi deleted the implement-shell-tools branch September 21, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant