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

Refactor smart cli into subparsers #308

Merged
merged 28 commits into from
Jul 19, 2023
Merged

Refactor smart cli into subparsers #308

merged 28 commits into from
Jul 19, 2023

Commits on Jul 7, 2023

  1. cli update rough draft

    ankona committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5850734 View commit details
    Browse the repository at this point in the history
  2. remove unused usage method

    ankona committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1a1e54d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94912c0 View commit details
    Browse the repository at this point in the history
  4. add clobber

    ankona committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    13d2cdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8185caa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ee4422 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36f4f76 View commit details
    Browse the repository at this point in the history
  8. clean up imports

    ankona committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4ea0687 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7805adc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c61a542 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ccb9b9 View commit details
    Browse the repository at this point in the history
  12. fix poor comment

    ankona committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f746ed2 View commit details
    Browse the repository at this point in the history
  13. additional CLI tests

    ankona committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9a4dbc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    380039a View commit details
    Browse the repository at this point in the history
  2. fix typehint

    ankona committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    53eaa66 View commit details
    Browse the repository at this point in the history
  3. remove commented code

    ankona committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    452a76c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2278ca8 View commit details
    Browse the repository at this point in the history
  5. unused imports

    ankona committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    186d3fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b80b026 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b05d30b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21561b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. apply isort

    ankona committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3824f45 View commit details
    Browse the repository at this point in the history
  2. apply black fmt

    ankona committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    89b844b View commit details
    Browse the repository at this point in the history
  3. cleanup per review comments

    ankona committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    00ceeb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f15fe42 View commit details
    Browse the repository at this point in the history
  5. implicit concat

    ankona committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    125b48d View commit details
    Browse the repository at this point in the history
  6. combine conditional

    ankona committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    091ff17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cdcf84 View commit details
    Browse the repository at this point in the history