Skip to content

Commit 8addfe6

Browse files
authored
Merge pull request #87 from fosslight/develop
Add --direct option in help message
2 parents 6cf4ac0 + df6ae40 commit 8addfe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fosslight_dependency/_help.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
-o <output_path>\t\t Output path
3333
\t\t\t\t\t(If you want to generate the specific file name, add the output path with file name.)
3434
-f <format>\t\t\t Output file format (excel, csv, opossum)
35+
--direct\t\t\t Print the direct/transitive dependency type in comment.
36+
\t\tChoice 'Ture' or 'False'. (default:True)
3537
3638
Required only for pypi
3739
-a <activate_cmd>\t\t Virtual environment activate command(ex, 'conda activate (venv name)')

0 commit comments

Comments
 (0)