-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature for Displaying Commands in User Provided Order #298 #310
base: master
Are you sure you want to change the base?
Feature for Displaying Commands in User Provided Order #298 #310
Conversation
updated code to add functionality to reorder commands.
add help sequence functionality in _PrintResult function.
Updated logic of the code so that description of command doesn't affect the order sequence
Updated core.py file, so that _DisplayError function also shows reordered commands.
1. Added Docstrings 2. Test Case 3. Test Components
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Updated core.py file to correct mistake in UsageText() function call.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it!
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Thanks for the PR! (And for your patience!) However, we don't have plans to add this feature at this time. |
Generated #298 Feature.
Description of the feature:
Fire displays commands in alphabetical order, this feature allows user to show them in a custom order specified by the user.
@varunjohn786