GitHub-Automation-scripts icon indicating copy to clipboard operation
GitHub-Automation-scripts copied to clipboard

Adding default value for PATH argument.

Open sahil-sagwekar2652 opened this issue 1 year ago • 8 comments

The PATH of the new Git repository has to be specified every time, make changes so that the default path is the current directory.

sahil-sagwekar2652 avatar May 06 '23 20:05 sahil-sagwekar2652

I would like to work on this issue as a GSSOC'23 participant. Can you please assign it to me?

shubham-deshmukh avatar May 19 '23 20:05 shubham-deshmukh

I would like to be assigned this issue as a GSSOC'23 participant.

nishtha981 avatar May 20 '23 05:05 nishtha981

Hey @sahil-sagwekar2652 assign me this issue for GSSOC'23 project. I will make changes so that the argparse.ArgumentParser includes a --path argument with a default value of '.', which represents the current directory. If the --path argument is not provided when running the script, it will default to the current directory.

You can now use the script in the following ways:

Specify a custom path: python script.py /path/to/repo MyRepo Use the default path (current directory): python script.py MyRepo The --path argument is now optional and will default to the current directory if not provided.

ashvaneetk avatar May 20 '23 10:05 ashvaneetk

I would like to work on the issue

VardaPanchal005 avatar May 20 '23 14:05 VardaPanchal005

hello , I'm GSSOC23 contributor can you assign me this issue i would like to explore and resolve it. Would plan to use the current working directory and create the a local repo using the name

bshantherishenoy avatar May 20 '23 17:05 bshantherishenoy

Hey everyone, the issues are being assigned on a first-come-first-serve basis. In the meanwhile, check out the other issues, or feel free to create your own. Also, don't make a PR without raising an issue and getting it assigned to you. If the original assigned isn't active or not working on the issue, then I'll assign it to the next contributor.

@shubham-deshmukh I've already assigned you the Issue #3

sahil-sagwekar2652 avatar May 21 '23 13:05 sahil-sagwekar2652

@nishtha981 are you working on this issue? Please confirm.

sahil-sagwekar2652 avatar May 23 '23 19:05 sahil-sagwekar2652

Yes yes I'm working on it

nishtha981 avatar May 24 '23 11:05 nishtha981