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

Cleaning up help #25

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

jtaleric
Copy link
Member

@jtaleric jtaleric commented Mar 12, 2024

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

Cleaning up the orion help output

Related Tickets & Documents

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Cleaning up the orion help output

Signed-off-by: Joe Talerico <rook@redhat.com>
orion.py Show resolved Hide resolved
Copy link
Collaborator

@paigerube14 paigerube14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@shashank-boyapally
Copy link
Contributor

/lgtm

if len(sys.argv) <= 1:
cli.main(['--help'])
else:
print(len(sys.argv))

This comment was marked as outdated.

@shashank-boyapally shashank-boyapally merged commit 9f68e11 into cloud-bulldozer:main Mar 14, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] orion without params
3 participants