You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/license_finder/cli/main.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ class Main < Base
30
30
Defaults to 'gradlew' / 'gradlew.bat' if the wrapper is present, otherwise to 'gradle'."
31
31
class_option:maven_include_groups,desc: 'Whether dependency name should include group id. Only meaningful if used with a Java/maven project. Defaults to false.'
32
32
class_option:maven_options,desc: 'Maven options to append to command. Defaults to empty.'
33
+
class_option:npm_options,desc: 'npm options to append to command. Defaults to empty.'
33
34
class_option:pip_requirements_path,desc: 'Path to python requirements file. Defaults to requirements.txt.'
34
35
class_option:python_version,desc: 'Python version to invoke pip with. Valid versions: 2 or 3. Default: 2'
35
36
class_option:rebar_command,desc: "Command to use when fetching rebar packages. Only meaningful if used with a Erlang/rebar project. Defaults to 'rebar'."
0 commit comments