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

Fix -m option, notice screen, dinamic graph size, case insensitive #234

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ethanleelge
Copy link

Description

Fix the -m option
Fix the notice screen
Apply dynamic graph size
Apply case insensitive in the --direct option

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation update
  • Refactoring, Maintenance
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@ethanleelge ethanleelge self-assigned this Nov 13, 2024
@@ -184,7 +246,18 @@ def run_dependency_scanner(package_manager='', input_dir='', output_dir_file='',
logger.warning("Dependency scanning terminated because the package manager was not found.")
ret = False
else:
found_package_manager[package_manager] = ["manual detect ('-m option')"]
try:
ret, found_package_manager, input_dir = find_manifest_for_package_manager(package_manager,
Copy link
Contributor

Choose a reason for hiding this comment

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

@ethanleelge
-m 옵션이 입력되면 manifest file이 존재하지 않아도 입력된 패키지로 실행되어야 합니다.

@dd-jy dd-jy added the chore [PR/Issue] Refactoring, maintenance the code label Nov 14, 2024
Ethan Lee added 2 commits November 14, 2024 07:27
Signed-off-by: Ethan Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore [PR/Issue] Refactoring, maintenance the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants