Skip to content

London | 26-SDC-March | Zobeir Rigi | Sprint 4 | Implement shell tools python#524

Open
Zobeir-Rigi wants to merge 8 commits into
CodeYourFuture:mainfrom
Zobeir-Rigi:implement-shell-tools-python
Open

London | 26-SDC-March | Zobeir Rigi | Sprint 4 | Implement shell tools python#524
Zobeir-Rigi wants to merge 8 commits into
CodeYourFuture:mainfrom
Zobeir-Rigi:implement-shell-tools-python

Conversation

@Zobeir-Rigi
Copy link
Copy Markdown

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

@Zobeir-Rigi Zobeir-Rigi added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 19, 2026
Copy link
Copy Markdown
Contributor

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good start, but there is some work left to do here.

Is there a package you could use to help with managing arguments? Right now it is a bit complex, and you can't combine single-letter arguments like the command line tools.

elif arg != "-1":
path = arg

files = os.listdir(path)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of this task is to see if you can handle the listing yourself.

if arg == "-a":
show_all = True

elif arg != "-1":
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any difference between when -1 is used and when not?

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants