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

Improve command-line usage #23

Merged
merged 4 commits into from
May 13, 2024
Merged

Improve command-line usage #23

merged 4 commits into from
May 13, 2024

Commits on Apr 29, 2024

  1. Improve command-line usage

    * Add `--no-color`
    * Remove `--header`
    * Change `--nosort` to `--no-sort` for consistency
    * Fixup help functions
    * Fix `list -i` bug, not listing the specified indexes
    * Removed Node.GetEntryFlag()
    * Refactored and renamed Node.GetPrintLine() to Node.GetPrintEntryHeader()
    * Refactored and renamed Node.GetPrintParams() to Node.GetPrintEntry()
    * Fixed `--raw` usage
    * Fixed `--unused` showing unused objects
    * Improved colored output
    * Renamed test file test_node.py to test_maps.py
    * Add test_main and test_node
    sveinse committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    97cda90 View commit details
    Browse the repository at this point in the history
  2. Updated sonar settings

    sveinse committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4b82c57 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Improve test coverage

    * Fix bugs in nodelist and eds_utils from testing
    sveinse committed May 3, 2024
    Configuration menu
    Copy the full SHA
    44ef4f3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Add tests

    sveinse committed May 4, 2024
    Configuration menu
    Copy the full SHA
    664adc0 View commit details
    Browse the repository at this point in the history