Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    9a1c9ba View commit details
    Browse the repository at this point in the history
  2. add functionality of reordering commands

    updated code to add functionality to reorder commands.
    varunjohn786 committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c99b3a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2804538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d13d8d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Added help_sequence in _PrintResult function

    add help sequence functionality in _PrintResult function.
    varunjohn786 committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    c947a83 View commit details
    Browse the repository at this point in the history
  2. Updated helptest.py file

    Updated logic of the code so that description of command doesn't affect the order sequence
    varunjohn786 committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    dc8d723 View commit details
    Browse the repository at this point in the history
  3. Updated core.py file

    Updated core.py file, so that _DisplayError function also shows reordered commands.
    varunjohn786 committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    3c74e68 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Updated the following:

    1. Added Docstrings
    2. Test Case
    3. Test Components
    shubhamdo committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    8d03a1e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Update fire/core.py

    Updated core.py file to correct mistake in UsageText() function call.
    varunjohn786 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    b8e6052 View commit details
    Browse the repository at this point in the history