argparse icon indicating copy to clipboard operation
argparse copied to clipboard

Handle parent args

Open b3j0f opened this issue 1 year ago • 0 comments

Pull Request Process

Before submitting a pull request

Be sure you have the latest code in hand. Pull the master branch

Be sure to make test and keep all test pass

Be sure to make tidy so your code style will keep the same

Be sure to make cover-report to see if any line not covered

Don't Rebase git history

General steps for completing this pull request

Checklist

Does your project contributions have steps to follow before being approved? Tests, documentation changing, etc?

Ensure that your pull request has followed all the steps below:

  • [x] Code compilation
  • [x] All tests passing
  • [x] Extended the documentation, if applicable

Description

Ask the contributor to describe his pull request.

This pull request handle parent arguments when a sub command is defined

Proposed changes

Ask contributors about why you (or your project maintainers) would accept the pull request. If it solves a previous request, also ask to link to that issue.

Types of changes

Show in a checkbox-style, the expected types of changes your project is supposed to have:

  • [ ] New feature
  • [x] Bugfix
  • [ ] Improve
  • [ ] So on...

b3j0f avatar Mar 15 '23 14:03 b3j0f